Non Azure Service Bus owner (our customers) would like Action Required emails
We are an ISV and as part of our solution we create Azure Service Bus namespaces that our customers will sometimes integrate with. With the recent changes to certificate authorities…
Azure Service Bus
Connecting DragonBoard 410C With Windows 10 IOT to Azure
I am having trouble connecting the DragonBoard to Azure. Can anyone give me some pointers. The device appears to be working fine and connects to the Windows Device Portal. To connect to Azure I’m assuming I need to use the TPM and Azure Clients tabs but…
Azure Internet of Things
Windows for business | Windows for IoT
Windows for business | Windows Client for IT Pros | User experience | Other
Calling an Azure CLR Function from a Computed Column
We are in the process of migrating from SQL Server to Azure SQL and have hit a stumbling block. We currently have 2 computed columns that call SQL Functions, that themselves call a CLR Regular Expression library, which we use for pattern matching. If a…
Azure SQL Database
AzureVM agent service goes suddenly to disbaled
Hi, sometimes I see that Windows Azure Guest Agent Service has went to disabled state which cause few issues like backup failing. What, how or where is best place to investigate issue? Does Windows Azure Guest Agent generate logs and if yes, we can I…
Azure Virtual Machines
How to create two popups next to each other in Azure Maps
Hi All, Is there a way to create a popup next to another popup in Azure Maps? I want to show details in a popup if there are children in the parent table. Please see the attachment for details. TIA, Steve
Azure Maps

Sink and transformation right number of partitions
Hi there. I’m trying to improve the performance of my Data Flow in Azure Data Factory. Reading the Microsoft official documentation, I see that a plausible way to reach this is by setting the number of the partitions of my sinks and transformations…
Azure Data Factory

Access to hidden storage accounts for read permissions to users.
Hi Team, Is there a way to hide particular storage account so that user with read access not able to view it when using storage explorer.
Azure Storage
Does Active Directory for Azure Container Registry require the Azure CLI?
Hi, Does active directory integration into Azure Container Registry require Azure CLI? We have the Azure CR setup and have pushed and pulled containers from Azure CR with tokens. We would like to have Active Directory integrated in. We have Azure…
Azure Container Registry
While trying to deploy functions to Function Apps it failed with the reason : getaddrinfoENOTFOUND
While trying to deploy functions to Function Apps it failed with the reason : getaddrinfoENOTFOUND
Azure Functions
Azure IoT-Edge "Device Move" Scenario
Hi. We use Azure IoT-Edge with both the Transparent-Gateway pattern to new IoT-Devices and Identity-Translation-Gateway pattern to legacy devices. We need to find the best solution to "Move" a device between two IoT-Edge instances. The…
Azure Internet of Things
Azure IoT Edge
Azure IoT Hub
Can Azure File Sync support a server endpoint running Windows Storage Server 2016?
I need to purchase a physical server to be used as a server endpoint for an Azure File Sync deployment. Can I purchase this physical server with Windows Storage Server 2016 as the OS, and successfully install the server agent in support of the intended…
Azure Files
Azure Policy VS Code extension auth error
When trying to get my deployed policies in the explorer to the left of VS Code I get this error. Strange. No setting I know of that I need to update. I can access my resources in the top part of the explorer.
Azure Policy


@ServiceBusQueueTrigger (SpringBoot/Java) executes function when message sent to queue, but function sees message as null.
I'm using Java/SpringBoot and am able to send String data (it happens to be a String of JSON) to a ServiceBusQueue. The sending SpringBoot application can read it back just fine, and I can even "peek" at the message through portal.azure.com and…
Azure Service Bus
Azure Functions
Azure Spring Apps

ARM-Template for serverless Azure SQL Database
Hi, I try to find what minimum ARM template I need to set up a serverless Azure SQL Database. Any advise? Wasn't able to find anything online in the docs (https://learn.microsoft.com/en-us/azure/azure-sql/database/serverless-tier-overview). The…
Azure SQL Database
Service-Fabric OnPrem - Outgoing proxy for updates
Hi. I am running an on prem service fabric cluster and I would like to use the inbuilt update/upgrade capabilities. However our infrastructure requires me to use a outgoing proxy to access the internet from the servers. I followed the guide here:…
Azure Service Fabric
App serivice plan is reporting consumption of more memory than expected.
Hi I have created a new App Service plan (B1: 1) and hosted a basic function app which logs hello world for every 10 minutes. I believe our function app will not consume much memory, though I see >50% memory consumption in App Service plan memory %…
Azure Functions
How do I specify integer as requirement for Azure Policy?
I have Azure policy which refuses to evaluate expression of with error below. I assume the problem is that when you provide tag values in portal they passed as a string { "field": "tags['Longevity']", "less": 1 } Error…
Azure Policy


IoT Live Vide Analytics (LVA) - Setup Script
Hi, We are working on Azure custom vision model and planning to use it on LVA edge. I believe LVA provide all necessary framework and we just need to use our model. Please let me know if my understanding is correct. As per documentation, we are…
Azure IoT Edge

Azure command not working
Hi guys, Not sure if I'm in the right section. I'm trying to run a very simple command to get policy definitions using where-object on it but for some reason nothing is coming out of that. I'm using PS 7 but I also tried in the built in…
Azure Policy
To deploy asp.net wep api project should I consider App Service or API Apps?
To deploy http://asp.net wep api project should I consider App Service or API Apps?