95,662 questions with Azure-related tags

Sort by: Updated
0 answers

Azure pipelines: NPM Install not selecting the correct node version

We are using azure pipelines with the following yaml file. When the use node command is run we see the correct node.exe location. (D:\Agents\agent1_work_tool\node\14.20.0\x64) and it gets added to the path at the front, just like it should. however, when…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
952 questions
asked 2024-05-03T14:32:11.16+00:00
BOENS Max (MBOE) 0 Reputation points
0 answers

How to get Hangfire Server working on Azure Production Database

We've got a strange Hangfire server issue. We've used Hangfire on an Azure App Service running against an Azure SQL database successfully for a few years. Both Development Production database servers work fine on some complex jobs. We are now having…

Azure SQL Database
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,905 questions
asked 2024-05-03T14:30:09.3+00:00
Mark Phillips 0 Reputation points
0 answers

Need help creating an automation task to delete VM disk snapshots older than 60 days in Azure

Our organization has an issue with people creating snapshots for VMs on an ad-hoc basis. Sometimes, they do not remove the snapshot after it is no longer needed. I need to create some sort of automation that scans the entire subscription and deletes…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,123 questions
asked 2024-05-03T14:28:01.7133333+00:00
Jason Myrick 0 Reputation points
1 answer

Incorrect explanation for answer

In the Knowledge Check https://learn.microsoft.com/en-us/training/modules/configure-network-security-groups/8-knowledge-check, the answer for question 1 "Which of the security rules defined by the infrastructure team takes precedence?" in the…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
935 questions
asked 2024-05-03T08:54:30.0166667+00:00
Carlos Quintero 0 Reputation points
edited an answer 2024-05-03T14:27:49.5233333+00:00
pnaroju 1,250 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

AuthorizationFailed Exercise - Create an Azure virtual machine

christopher [ ~ ]$ az vm create --resource-group "learn-44f24c66-03ca-429e-b7d7-40d7a4066486" --name my-vm --public-ip-sku Standard --image Ubuntu2204 --admin-username azureuser --generate-ssh-keys (AuthorizationFailed) The client…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
935 questions
asked 2024-05-02T14:57:41.7333333+00:00
Christopher Mills 0 Reputation points
commented 2024-05-03T14:21:03.16+00:00
Christopher Mills 0 Reputation points
2 answers

How to connect to Azure Files storage account using Private Endpoint and Azure VPN

Hi all, I have an Azure Storage Account File share setup with the following options: On-prem AD Access, the storage account is joined to the on-prem domain, and a security group is assigned to access via IAM blade a VNG is setup with Azure VPN to…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,168 questions
Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,388 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
469 questions
asked 2024-05-02T08:12:29.1633333+00:00
PC 0 Reputation points
edited an answer 2024-05-03T14:20:22.6033333+00:00
Sumarigo-MSFT 43,801 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Authenticator App Being Forced

Last week I was made aware of this message some accounts were receiving upon login. We have MFA enabled for majority of accounts, but there are some that are not enrolled for various reasons. Now, even though MFA is disabled for the account, this message…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,529 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,560 questions
asked 2024-05-01T17:39:55.0166667+00:00
Paul Barber 20 Reputation points
commented 2024-05-03T14:20:12.7533333+00:00
Paul Barber 20 Reputation points
0 answers

Autodesk Construction Cloud - Meetings, SSO it's a requirement?

Does anyone know if Single Sign-On is a requirement to add create an integration with "Autodesk Construction Cloud - Meetings"? https://azuremarketplace.microsoft.com/en-us/marketplace/apps/aad.autodeskconstructioncloudmeetings Or if I add…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
952 questions
asked 2024-05-03T14:19:33.1966667+00:00
Schoenau, Eduardo 0 Reputation points
0 answers

Adding Entra ID authentication to a web app that utilizes Web PubSub in Azure

I'm trying to simply add Microsoft Entra ID for authentication to an Azure web app. I have a javascript chat-app using Web PubSub that worked perfectly using this…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
62 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,905 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,560 questions
asked 2024-05-03T07:15:10.3633333+00:00
Peter Daniels 40 Reputation points
commented 2024-05-03T14:18:12.99+00:00
Peter Daniels 40 Reputation points
2 answers

How to ingest data in ADX using python script

I am using free trial and trying to ingest data into ADX using python SDK but facing this issue An error occurred: Principal 'msauser=1:live.com:00037FFE6E855292' is not authorized to perform operation 'Ingest' on 'any database'.

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
482 questions
asked 2024-05-02T09:39:20.6033333+00:00
Pranav Kumar 0 Reputation points
answered 2024-05-03T14:17:57.18+00:00
Wilko van de Velde 2,226 Reputation points
1 answer One of the answers was accepted by the question author.

When creating a function app I fill in the basic information and then click next to go to storage options and the process gets hung up. What gives?

I am trying to create a new function app using the consumption plan. I fill out the details for the first step(give the app a name, I choose the app to be a .net app and I let the service group name its self. I click next to move on to setting up…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,294 questions
asked 2024-05-02T22:31:38.4566667+00:00
Kyle Raven 0 Reputation points
accepted 2024-05-03T14:17:54.3966667+00:00
Kyle Raven 0 Reputation points
0 answers

Where can I find my candidate ID to provide Pearson VUE to schedule an exam?

I'm trying to schedule an exam that I can't locate through the "Brows Credentials" page for a cert. New Horizons gave me an exam code and said to schedule it with PearsonVUE. Pearson Vue said I need a candidate id because they can't find my…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
952 questions
asked 2024-05-03T14:16:20.9966667+00:00
mattjburesh 0 Reputation points
1 answer

Why is the "1. Master pipeline" not appearing in Synapse Studio?

In the training module https://learn.microsoft.com/en-us/training/modules/design-modern-data-warehouse-using-azure-synapse-analytics/5-design-ingestion-patterns-for-warhouse , it is requested to expand the pipelines and select "1. Master…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
935 questions
asked 2024-05-02T16:07:02.0833333+00:00
Meint de Vries 0 Reputation points
commented 2024-05-03T14:16:19.7266667+00:00
pnaroju 1,250 Reputation points Microsoft Vendor
0 answers

Received "sorry to see you go" email from azure. No idea why.

No support with azure, so can't get an answer there. With a regular non-admin account, it received an email saying "sorry to see you go" on the subject line. My account is not being deleted. It makes no sense. It appears to be a genuine…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
952 questions
asked 2024-05-03T14:16:15.0166667+00:00
Donald Teed 0 Reputation points
0 answers

Linked services and Key Vault

Hello, Just a question regarding link services, basically, our orgnisation has linked services with one datasbases from different business area, now we need to ingest data from different source, ideally from sharepoint with all the csv files for other…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,394 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,677 questions
asked 2024-05-03T14:00:54.99+00:00
Nick Wong 70 Reputation points
edited the question 2024-05-03T14:15:00.93+00:00
Nick Wong 70 Reputation points
0 answers

Can not Deploy a Model due to Insufficient Quotas, What Should I do?

I am trying to follow a Microsoft Learning course and I am stuck on the "deploy your model" page. It says I don't have enough quotas. https://learn.microsoft.com/en-us/training/modules/get-started-openai/5-deploy-models Thanks This…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,187 questions
Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
935 questions
asked 2024-05-03T14:15:00.08+00:00
Eric Zou 0 Reputation points
0 answers

My certificate of DP-203 expired on 16th Dec 2023, the renewal of certificate period is 6 months, 2 months still remain but it shows that i cannot take the renewal assessment

The renewal period is 6 months, and it's just been 4 months that i didn't appear for renewal assessment, can you assist me here

Azure SQL Database
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,294 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,598 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,212 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,905 questions
asked 2024-05-03T14:14:50.82+00:00
Mohammad Hanif Sayyed, Sheeba 0 Reputation points
0 answers

Azure DNS Private Resolver is not returning private IP Address on Azure Resources

Private DNS Resolver is integrated with Inbound - Front End IP -- Pointing to On-Premise DNS server Outbound - Added Rules set with On-Premise DNS servers IP VNET based virtual link is added Custom DNS entry is added on all Spoke VNETs on…

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
599 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
469 questions
asked 2024-05-03T14:14:44.8133333+00:00
Ramasamy Balasubramanian 0 Reputation points
2 answers

Set ACLs on Storage Container using Powershell - Authorization Mismatch

Hi all, I am having trouble using Powershell to set ACLs on a storage account container using: Update-AzDataLakeGen2AclRecursive The error suggests that I do not have permissions, however I can set ACLs through the Azure Portal, and can set and…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,712 questions
asked 2024-05-02T22:16:47.8533333+00:00
John Aherne 121 Reputation points
commented 2024-05-03T14:13:56.68+00:00
Amrinder Singh 2,195 Reputation points Microsoft Employee
0 answers

Azure AI Chatbot: need to ask the same question thrice before I get an answer

Deployment: chatgpt-4 Api_Version: 2023-12-01 Settings: "dataSources": [ { "type": "AzureMLIndex", "parameters": { "version": "1", "queryType":…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
721 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
358 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,392 questions
asked 2024-05-03T14:12:21.86+00:00
Dirk Broenink 85 Reputation points