123,627 questions with Azure-related tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

need to deploy the packer image into azure compute gallery

i am able to build the packer image for windows i can able to build the image using Github actions it's deploying it into images i need to deploy it into azure compute gallery.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,099 questions
asked 2021-12-07T16:18:50.89+00:00
Vedanth Pulipati 26 Reputation points
accepted 2021-12-09T04:40:24.303+00:00
Vedanth Pulipati 26 Reputation points
1 answer

How to run Playwright in a Dockerized Node Azure Functions App locally? [WSL2]

Is there an example Dockerfile of how to run Playwright inside of a node(typescript) functions app on WSL2? I've got it working on Azure using remote build and locally without using Docker. System: Win 11, WSL2, Ubuntu-20.04

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,953 questions
asked 2021-11-02T03:06:02.85+00:00
Brandon 1 Reputation point
commented 2021-12-09T01:55:04.957+00:00
Brandon 1 Reputation point
1 answer

Form Regognizer rest api error

Hi , I am using rest api (formrecognizer/v2.1/custom/models/{modelId}/analyzeResults) to extract result from form recognizer. First I am calling above custom model , if the result has null values for some untrained documents, then calling prebuilt…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,138 questions
asked 2021-12-07T10:10:41.047+00:00
Vidhya R (external) 1 Reputation point
answered 2021-12-09T01:41:02.237+00:00
GiftA-MSFT 11,176 Reputation points
3 answers

Input/Output Binding on Azure Durable Activity Function

I need to update Azure Table from Azure Durable Function. The code works nicely if I put it in the HTTP trigger. run.ps1 Push-OutputBinding -Name TableBinding -Value @{         PartitionKey =  $partitionKey         RowKey  …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,953 questions
asked 2021-05-04T15:53:58.03+00:00
Ana 141 Reputation points
answered 2021-12-09T00:59:16.853+00:00
alex 1 Reputation point
1 answer

is there any way to modify the hostingstart.html file of the app service using terraform?

Hello, I would like to modify the hostring start.html file of the app service to terraform If not, I would appreciate it if you could tell me how to direct in the app service. I hope that the direction I think can be modified by controlling the…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
9,005 questions
asked 2021-12-02T12:17:50.697+00:00
Heeyoung Eom (엄희영) 146 Reputation points
answered 2021-12-09T00:39:07.857+00:00
Grmacjon-MSFT 19,381 Reputation points Moderator
2 answers One of the answers was accepted by the question author.

Cannot login to Azure Percept over SSH

Hi, I cannot login to Azure Percept over SSH using November Service Release (2111)(Azure-Percept-DK-1.0.20211124.1851-public_preview_1.0.zip). It's fine using July Service Release (2107)(Azure-Percept-DK-1.0.20210729.0957-public_preview_1.0.zip). …

Azure Percept
Azure Percept
A comprehensive Azure platform with added security for creating edge artificial intelligence solutions.
72 questions
asked 2021-12-05T07:19:07.58+00:00
matsujirushi 636 Reputation points MVP
commented 2021-12-09T00:15:30.727+00:00
matsujirushi 636 Reputation points MVP
1 answer One of the answers was accepted by the question author.

"Access has been blocked by conditional access policies" when trying to log in to SQL Server

A new user has been set up to access SQL server, but when they try to log in, they get the following error "AADSTS53003: Access has been blocked by Conditional Access policies. The access policy does not allow token issuance...." Refer…

Azure SQL Database
asked 2021-11-30T22:47:47.403+00:00
Julian Keller 26 Reputation points
accepted 2021-12-08T23:32:40.88+00:00
Julian Keller 26 Reputation points
2 answers One of the answers was accepted by the question author.

Connection failed for http xml linked service in Azure Data Factory

hello. In azure data factory I'd want to copy an xml file from the URL https://www.arpa.veneto.it/previsioni/it/xml/bollettino_widget.xml to an Azure blob storage xml file. I tried to create a http xml linked service in order to create the source…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,675 questions
asked 2021-12-07T21:26:50.58+00:00
Marco Semenzato 101 Reputation points
accepted 2021-12-08T22:59:09.703+00:00
Marco Semenzato 101 Reputation points
1 answer One of the answers was accepted by the question author.

How to scale out on Azure Function

I am trying to figure out how to scale out Azure Function as I have successfully developed one pipeline to bring one dataset via API, and now I need to bring multiple datasets from same data source. I have a Visual Studio solution file that is pointing…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,953 questions
asked 2021-12-07T22:50:45.947+00:00
Anonymous
accepted 2021-12-08T22:42:44.447+00:00
Anonymous
1 answer

Unable to set SAS expiry by custom deployment or policy deployment

Hello, I am trying to create a policy deployment, enforcing storage accounts to have a SAS expiry interval of 8 hours. Please find the custom definition built. { "if": { "allOf": [ { "field": "type", …

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,549 questions
asked 2021-12-08T02:28:38.533+00:00
Riyas 1 Reputation point
answered 2021-12-08T22:38:13.42+00:00
deherman-MSFT 38,021 Reputation points Microsoft Employee Moderator
1 answer

Daily login for app required. Why?

Hi, We have created an app that uses the Azure platform to send appointments on behalf of the customer. One customer gets everyday when he makes the first appointment a login screen. This is strange because other customers don't need to login…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
276 questions
Microsoft Security | Microsoft Graph
asked 2021-12-08T15:31:13.523+00:00
Hans van der Graaf 1 Reputation point
answered 2021-12-08T22:37:32.45+00:00
Glen Scales 4,446 Reputation points
2 answers One of the answers was accepted by the question author.

Update AAD credentials attached to AKS

Hello team, I created an AKS with AKS-managed Azure Active Directory. Now when I try to use kubectl commands for my AKS cluster, I am prompted to sign in to Azure AAD. However, this only happened once in the very first time. Is there a way where…

Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,463 questions
Microsoft Security | Microsoft Entra | Microsoft Entra ID
asked 2021-12-08T16:18:44.533+00:00
Kopl 166 Reputation points
answered 2021-12-08T21:31:33.387+00:00
Kopl 166 Reputation points
1 answer

app service linux apache access logs

I have app services running linux. Not my own docker container, but a standard LAMP app service (PHP|7.4) which runs Apache 2.4. If I run a log stream, I can usually get errors, but is there any way to get the actual access_log?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
9,005 questions
asked 2021-12-06T17:15:35.647+00:00
Ed Greenberg 6 Reputation points
commented 2021-12-08T20:11:34.263+00:00
ajkuma 28,036 Reputation points Microsoft Employee Moderator
2 answers

Set old version of Key as SQL TDE protector is not working

Hello, I am currently testing TDE with BYOK. During testing I deleted my key that was used as TDE protector for my test sql database server. As expected, the database wasnt reachable anymore. Now I set a completely new key as TDE protector. As…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,457 questions
Azure SQL Database
asked 2021-11-18T09:26:40.173+00:00
Jonathan Friedrich 1 Reputation point
commented 2021-12-08T19:51:54.287+00:00
GeethaThatipatri-MSFT 29,557 Reputation points Microsoft Employee Moderator
1 answer

Unable to post search results in custom JSON payload in Azure Alert

Hi Team , I am triggering an azure funtion as webhook based on alert with condition Whenever the average custom log search is greater than 0 , My Log search query is traces | where itemType == "trace" | where message contains…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,674 questions
asked 2021-08-18T16:01:48.42+00:00
GUMMADI PRANAVI 1 Reputation point
answered 2021-12-08T19:43:15.963+00:00
Avid_Azure_User 1 Reputation point
1 answer

Azure Cognitive Service Multiple Question Answering & LUIS with Orchestrator

I was using LUIS and QnA Maker for my bot application. Currently, I am migrating QnA Maker to Question Answering. In my code, I am using Orchestrator to determine which LUIS model or QnA Maker knowledge base best matches the user input. LINK:…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
951 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,681 questions
asked 2021-12-06T16:47:50.777+00:00
Murugan Andezuthu Dharmaratnam 121 Reputation points
answered 2021-12-08T18:47:13.753+00:00
GiftA-MSFT 11,176 Reputation points
1 answer

why after inserting 12gb of data into cosmos db becomes 102gb ?

Hi All, I inserted my local backup of data (12GB) into cosmos , after inserting cosmos size become 102 GB. I have partition key for the collection where I am inserting . Please let me help to understand what is going with this cosmos DB?

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,924 questions
asked 2021-11-29T02:18:40.737+00:00
Mahesh Raja Mahalingam 81 Reputation points
commented 2021-12-08T18:46:30.507+00:00
Oury Ba-MSFT 21,016 Reputation points Microsoft Employee Moderator
1 answer

SQL In-memory OLTP for Dev/Test

I want to propose using the business critical tier to a client and am looking to design around the use of SQL Server and in-memory OLTP. I hesitate to do so only because BC_Gen5 is not cheap and they will have 5 separate lower environments to which is…

Azure SQL Database
asked 2021-10-22T15:13:34.187+00:00
Jason Lopez 1 Reputation point
commented 2021-12-08T18:41:04.187+00:00
Oury Ba-MSFT 21,016 Reputation points Microsoft Employee Moderator
1 answer One of the answers was accepted by the question author.

Upgrade your AKS cluster to a supported Kubernetes version

Got the notice to upgrade my Kubernites version to 1.20, but, it doesn't provide the full version. Found one page of 1.20.x XX versions, all of them throw an error: (examples) PS C:\Users\administrator> az aks upgrade --resource-group (removed)…

Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,463 questions
asked 2021-12-08T00:46:21.227+00:00
Tim Andaya 21 Reputation points
accepted 2021-12-08T18:21:32.947+00:00
Tim Andaya 21 Reputation points
2 answers

How to set Hard Disk Serial Number Azure

Hello, I am a developer working on an application that uses the hard disk serial number to generate a key. When I run the command "wmic diskdrive get Name, Manufacturer, Model, InterfaceType, MediaType, SerialNumber" I notice that the serial…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,099 questions
Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V
Windows for business | Windows Client for IT Pros | Devices and deployment | Other
asked 2021-12-07T18:01:17.9+00:00
Willie Malveaux 1 Reputation point
commented 2021-12-08T17:46:17.46+00:00
Bhanu Ejjagiri 261 Reputation points Microsoft Employee Moderator