Unable to deploy from Bot Composer
I ma trying to deploy a bot to an existing resource via the Bot Framework Composer using the following instructions: https://learn.microsoft.com/en-us/composer/how-to-publish-bot#deploy-to-existing-azure-resources I have populated the "xxx"…
Azure AI Bot Service
Sending trigger from IOT hub to IOT device (from a service bus queue in logic app)
I originally bought a raspberry pi to get some "at home" cloud experience, so I'm stoked to learn about things like the IOT Hub that enable a sort of cloud-hybrid connectivity. Trying to reverse engineer this tutorial to set up a Logic App…
Azure Logic Apps
Azure IoT Hub
Azure IoT SDK
Marketplace Managed App intelectual property protection
We are about to build our first managed app. This application consists of scripts (currently powershell scripts) that collect information and store results in provided storage account. Whole application is meant to be deployed to customer's tenant. What…
Azure Managed Applications
Alternative to deploying bots made in the composer
I am having difficulty deploying a bot I have composed in the Bot Composer due to this bug -> https://github.com/microsoft/BotFramework-Composer/issues/3722 I am a bit perplexed on how to deploy this directly not using the composer.
Azure AI Bot Service
Azure App Service
How to get list of child files/directories having parent DataLakeDirectoryClient class instance
Hello All! I have to scan whole data lake file system. Having code like: PagedIterable<PathItem> pItems = ((DataLakeFileSystemClient)prmParent).listPaths(); for( PathItem pItem : pItems ){ if pItem.isDirectory() ){ …
Azure Data Lake Storage
Cannot authenticate with Local windows user into SQL Server Express / Authentication choice disabled
Hello. My details here below. (I use SQL Server 2019 Express on Windows 10) SQL Server Management Studio 15.0.18338.0 SQL Server Management Objects (SMO) 16.100.41011.9 Microsoft Analysis Services Client Tools 15.0.19205.0 Microsoft…
Azure SQL Database
Windows for business | Windows Client for IT Pros | Devices and deployment | Configure application groups
SQL Server | Other
Can't Connect to ACR from CLI or Docker
I'm trying to do the basics of connecting to the ACR and for some reason I can't connect to the ACR. I've tried connecting from Docker directly and through Visual Studio and each time I get an authentication error. So I tried connecting from from the CLI…
Azure Container Registry
Buy custom domain not working with .NL
So I've constructed this very elaborate question on StackOverflow on how I'm not able to buy a new domain for my app-service, but I'm beginning to suspect it's the wrong place to ask something like this. Is it OK to just paste a link here and ask you…
Azure App Service
Azure ignores applicationUrl port settings
I have developers a web application using Visual Studio - the back end (WEB API) is written in .NET CORE and the front end is a ReactJS application. Using my local development environment I am running the WEB API on port 5000, i.e. I have the…
Azure App Service
create VM with virtual network settings
Hello, I followed the link below to create VM to join azure domain. https://learn.microsoft.com/en-us/azure/active-directory-domain-services/join-windows-vm I have two questions when creating VM. the documentation said: Your VM must connect to an…
Azure Virtual Machines
Azure Virtual Network
How to upload image using PowerApps in Dynamics CRM
Hi, I have created a field having Data Type Image. I uploaded the image using PowerApps in the CRM. When I'm trying to view a particular record in CRM it's giving me an error as "Invalid Argument". Can you please provide me a solution to…
Azure App Service

Service Fabric. Building/Deploying only updated services to local cluster.
Hello. It's my first time working on a service fabric project. In our solution we have one sfproj, with several services. I would like to build and deploy only the updated service on the local cluster, not rebuilding/deploying everything. I figure I…
Azure Service Fabric
Azure iot errors with custom vision
There occurs an error : 406 runtime on my iot edge hub. $edgeAgent and $edgehub ae running properly but the other modules from custom vision, such as image-classifier-service and camera-capture does not work at all. Surely i have followed the all…
Azure IoT Edge

Can't Figure out Arithmetic Overflow Error
I have been receiving this error. Msg 8115, Level 16, State 2 Line 182 Arithmetic Overflow Error converting expression to data type int. Any Help is greatly appreciated SELECT ot.Unitname ,LOWER(REPLACE([Unitname],', ',' ')) AS [Location] …
Azure SQL Database
Regarding the mail 'Update certificate pinning for your applications'
Received a mail stating "Update certificate pinning for your applications" , we are using Digicert certificate for our URL's , want to know whether our digicert certificate will be impacted or not?
Azure App Service
Azure SQL Database not connecting
Hello, I am having an issue that I have not had before...connecting to an Azure SQL database. I have: set the client ip through the server firewall ensured that my pc firewall allows port 1433 (I even turned off my firewall to make sure that was…
Azure SQL Database
SAS Viya installation failed on Azure
SAS Viya installation failed on Azure Hi, I tried Viya 3.4 and 3.5 installation on Azure. It's failing after 2 hours at one resource while provisioning vm extensions. I am sure i followed exact steps which mentioned in the azure :…
Azure Virtual Machines

Encrypt Azure Data Factory with customer-managed keys
I want to encrypt Azure Data Factory with customer-managed keys. . I have gone through this link https://learn.microsoft.com/en-us/azure/data-factory/enable-customer-managed-key It shows everything via console/gui. Is there any powershell/Azure…
R Server for HDInsight
Facing "'recognitionModel' is invalid." error in face detection API
I am receiving following error while invoking face detect api with "recognition_03" model.. I even tried using the cognitive services API console.. { "error": { "code": "BadArgument", "message":…
Azure Face
Azure AI services
Query Azure SQL database
Hi, New to Azure, I am looking to query my Azure SQL database from my website (display a leaderboard from the data ) My website is hosted on a shared server with another provider and they do not have the SQL drivers installed that I have read are…