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
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
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
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
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

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


"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
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


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
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

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
Microsoft Security | Microsoft Graph
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
Microsoft Security | Microsoft Entra | Microsoft Entra ID
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
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 SQL Database

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 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 services
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

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

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
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…