When will the `Average Response time` metric of App Services be removed?
This metric is marked as deprecated and we would like to know how much time we have to adapt. If it would be removed within the next 3 months, we would have to reprioritize some efforts in our team.
Azure App Service

RecognizeOnceAsync finish before audio is finished
Hi, i'm using a wav file that has a little silence. The method RecognizeOnceAsync stops converion to text until that point. How can i force the method to listen ALL the audio? This is my code: async static Task<string>…
Azure AI Speech
Installing Cognitive Services Speech
I'm trying to install the package via Power Shell and got the error above: PS> Install-Package Microsoft.CognitiveServices.Speech No linha:1 caractere:1 Install-Package Microsoft.CognitiveServices.Speech …
Azure AI services
Data Factory Pipeline Update
Hi. I have a Data Factory pipeline that has a MariaDB as a source database and an Azure SQL database as destination. I want to be able to add new tables from the source without having to recreate the entire pipeline. How would I do this? Tables and…
Azure SQL Database
Azure Data Factory
About the operation of [Stop Azure V2 VMs] in [Runbooks gallery]
The following error is output when executing [Stop Azure V2 VMs] in [Runbooks gallery]. <VM NAME> failed to stop. Error: But actually ・The target VM is stopped ・ The job is completed It is a state. As far as you can see the…
Azure Automation

How to read Data Partitioned files from ADLS using ADF mapping data flow source options
Hi All, Good Day!! We have a requirement to join multiple files which are available in ADLS folders which we have ingested from SQL Source and derive business logic accordingly. Since we store the Table data in ADLS with table name and date…
Azure Data Factory

I cannot select the BlobStorage that I want to back up as the backup target of the backup container.
I'm trying to build a BlobStorage backup by utilizing a backup container. However, I cannot select the BlobStorage that I want to back up as the backup target of the backup container. The situation is that the corresponding BlobStorage is not…
Azure Backup

Data Factory Copy Task Running Indefinitely
Good Day I have a problem where I have an Excel .xlsx file in the Data Lake, the size of the file is 48MB. I am trying to copy this file into an Azure SQL DB. This task works for many other smaller files but when it gets to this file it just hangs…
Azure SQL Database
Azure Data Factory
Windows Voice Assistant not connecto to Direct speech line Bot (error 1002 + 404)
Hi, following the direct speech line tutorial present in this link: https://learn.microsoft.com/it-it/azure/cognitive-services/speech-service/tutorial-voice-enable-your-bot-speech-sdk After i completed the azure resources setup i tried to…
Azure AI Speech
Azure AI services

Integration with API Management
I have an existing API Gateway and I want to integrate with Azure management service so that I can get my customer to come to the developer portal and try out my APIs. Is there any way to do it? Kindly help.
Azure API Management
ADF Mapping for Copy with Source being a Web REST Dataset times out before I can get Schemas?
@Anonymous @Anonymous @Anonymous We have a long running REST Source in a Copy Activity where I adjusted the Timeout to 5 mins and it works. HOWEVER, when I try to Map this to a DB Table it times out when I hit Import Schema. Is there any way…
Azure Data Factory

Cant get hold of the array from a ForeEach activity
I get this error: The expression 'length(activity('Copy Excel to Cache Sink').output.value)' cannot be evaluated because property 'value' doesn't exist, available properties are 'runStatus, effectiveIntegrationRuntime, billingReference,…
Azure Data Factory

Can't publish Azure Data Factory
Hey when I try to publish my ADF I get this error: Error code: BadRequest Inner error code: BadRequest Message: The document creation or update failed because of invalid reference 'source_vp'. Resource:…
Azure Data Factory

ServiceNow Integration with Azure data factory for incremental data extraction
I am trying to create a pipeline in ADF where ServiceNow is a source and Azure blob storage is my target as and storing extracted files n json format. I have to get only incremental data from SNOW and load that into blob storage. Please provide any…
Azure Data Factory

Is it good decision to use spot instances for databricks worker nodes
Hi Team, using spot instances for data bricks worker node for cost optimization is good decision or not .. As far as i know spot instances are immediately evicted when capacity is requested by higher paying customers .. So using this for…
Azure Databricks
Bot instance while creating bot
i have a bot which i made in bot framework i have deployed this bot for my organisation and deploy in the organisation app centre but the bot work in a single instance Means two or more then two person can able to access the bot at the same time in same…
Azure AI Bot Service
Microsoft Teams | Development
Azure VM migration to ARM Downtime
Hi, We plan to migrate our 7 VMs from classic to Azure Resource Manager. How do we know the downtime that will occur during the process?
Azure Virtual Machines

How to connect Azure Analysis Services to MongoDB for a tabular data model?
Hello, I am using Visual Studio 19 with the Microsoft.DataTools.AnalysisServices add-in which as far as I know is the correct (only?) way to build a tabular data model and requires the On-Premise Data Gateway. I need to connect to our MongoDB…
Azure Analysis Services

What is the maximum threshold limit of execution contexts of a Spark Pool in Synapse Analytics.?
In Azure Databricks , if more than 145 jobs are scheduled , it returns an error saying its maximum threshold limit of spark execution contexts have been reached. Is it the same with the spark engine of Synapse Analytics?
Azure Synapse Analytics
Azure Databricks
Data Types in Azure OCR Form Recognizer
Hi, question on the data types (string, number, date, time, integer) and subtypes (i.e. for string, no-whitespaces, alphanumeric, not-specified) in the Azure OCR form recognizer. Do they affect what value the recognizer actually reads/returns in the…