App Service scale out requires stateless apps?
My understanding is that if you scale out an App Service Plan based on whatever metric, high CPU or whatever, that all the application in the App Service Plan are duplicated. Link with information:…
Azure App Service
Azure Stream Analytics Job has water mark delay consistenly over 1 hour
Hi, We are consistently facing a watermark delay issue in one of our stream analytics job in productions, the SU% utilization seems below 10%. Due to this there is a latency of up to 4 hours in our NRT pipeline. The Stream analytic job reads from an…
Azure Stream Analytics
Cannot Write to Access database from Azure DataFactory
I'm trying to export data from an Azure SQL Database to an MS Access database using Data Factory, MS access, and ADF's Integration Runtime. I’ve been able to register the destination Access database in ADF using the documented process of setting up a…
Azure Data Factory
Data migration from Oracle to Cosmos-gremlin API
I have one requirement. transfer on-premise data in Oracle to Azure Cosmos -Gremlin API. Data is huge and need to transfer data on daily basis. I read on docs that azure doesn't provides the support for gremlin API. Any idea how I can achieve it. Or if I…
Azure Cosmos DB

API Authentication
Hi All, We have a number of android devices that we rent out to clients. The devices only have a single accessible app which when it is able to makes a request to an API we have surfaced through APIM to update device health stats. Traditionally we…
Azure API Management
Microsoft Security | Microsoft Entra | Microsoft Entra ID

Text to Speech does not work using Local CMD/Powershell
Hello, I am trying to convert text to speech through Azure's Speech Service, using my local PC's CLI. After i sucessffully logged in through the relevant CMDLET (Connect-AzAccount), i hit the following commands: .\spx synthesize --nodefaults --region…
Azure AI Speech
Azure AI services
Adding an API to a product using an ARM template
I try to add an API to an existing product using the following ARM template: { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion":…
Azure API Management
Git configuration is deleted when publishing
When publishing in data factory, the git repo is sometimes deleted. We've seen this 3 times this week alone. Perhaps it coincides with adding a global parameter. Are there ways to audit/troubleshoot this issue?
Azure Data Factory
Azure Analysis Services: Purging Data
I want to make sure there are only 90 days of data in my Azure Analysis Services (AAS) model. I'm thinking about using Power Query/M to only filter the most recent 90 days and then doing a Process Full. Is that the best approach to this? If so, how…
Azure Analysis Services
Azure data factory - ADF - Inline Sink Delta
I'm getting the error for the ADF data flow - Delta Sink on key column, but I did the schema import and the column exists: "Key column 'undefined' does not exist in mapped columns." Some clue about the problem, looks like a bug, I know…
Azure Data Factory
Creating an Azure Monitor alert rule when Azure Storage Files share usage approaches quota
How can I create an Azure Monitor alert rule for an Azure Storage Files share when it's usage approaches the quota for that share?
Azure Monitor
Azure Files
Azure Storage


Temporary table query error in COPY DATA in ADF
HI Tam, I am using COPY DATA activity in AZURE DATA FACTORY Below is my source CREATE TABLE #T (COUNTRY VARCHAR(3),CODE bigint) INSERT INTO #T(COUNTRY,CODE) VALUES ('INDIA',1000000001); INSERT INTO #T(COUNTRY,CODE) VALUES…
Azure Data Factory
How to use Copy activity for Daily Incrementals using Merge/Upsert statement
How to copy incremental 100k plus rows each day using Copy Activity. Source: SQL Server Sink/Target: Azure SQL Database Copy Activity SQL Server Source: Select * from source_tablename where [Last LoadDate] < [source_watermark date] …
Azure Data Factory
Error: Scoring FE IP address not updated yet, when enabling the use of internal load balancer
Hello, currently, I'm having issues to enable private load balancer after attaching an existing AKS Cluster to AML Workspace. The error message "Scoring FE IP address not updated yet" is displayed when trying to enable private load balancer by…
Azure Machine Learning
Azure Vision (Text Extraction OCR) Issue
I’m reaching out to you with a request around text extraction from scanned documents using Azure Vision API. We had built a solution to extract data from scanned documents (Architectural drawings), for which we are using Azure Vision API. The requirement…
Computer Vision
Azure AI services
How to upload files to static website blob storage with REST
I would like to be able to upload to my static website blob storage an index.html using REST API. When I look at the network tab of my browser while uploading in the GUI I see Request URL:…
Azure Blob Storage
Unable to uninstall an application with the help of Azure DSC configuration
Hi Team, We are unable to uninstall an older version of application with the help of Azure DSC. We are using the modules get-wmiobject for the same. $app = Get-WmiObject -Class Win32_Product | Where-Object { $_.Name -eq "Application…
Azure Automation

Why we dont have diagnostic settings feature in Monitoring Section of "Azure Databricks of standard version"
Hi, I want to monitor Azure Databricks using Azure monitor .. I first want to send all its diagnostics settings to log analytics and then i can analyze from there. but there is no diagnostics setting feature Available for "Azure databricks Standard…
Azure Databricks

PHP 7.4 Update for Linux
How do I update PHP minor versions? According to a previous post, the PHP minor version update for 7.4 (For Windows) would be rolled out to app services in February 2020. At present time, August 2020, it is not available for Linux yet or either I was…
Azure App Service


Compatibility of Azure Stack Hub with Nutanix based infrastructure
We are looking for any information to confirm if Azure Stack Hub is compatible with Nutanix based infrastructure which is a hyper converged infrastructure . Any information will be helpful.