I'm studying of Azure Synapse. In dedicated SQL pool database, 'actual execution plan' of SSMS was disabled. In serverless pool database, SSMS says 'set statist
Is it possible to define a Policy to find Resources without Tags? I would like to define this Policy to list all of Items at the "Compliance" Point at the Polic
I create an Azure File Share on my Storage Account v2. Going under the label Connect I copied the command lines to mount the File Share with Samba v3.0 I didn'
I'm having issues using parameter within a storage event trigger for the typeProperty "blobPathBeginsWith". Per default when using a storage event trigger, the
I am creating an app where user can upload their text file and find out about its most used word. I have tried to follow this doc to get used to the idea of us
I have a Azure Cosmos DB account with Gremlin API. I'm using Gremlin.Net to query the db. var gremlinServer = new GremlinServer(hostname, port, enableSsl: tru
{ "mode": "All", "policyRule": { "if": { "allOf": [ { "field": "type", "equals": "Microsoft.Resources/subscription
We are currently implementing a spring boot API that calls text to speech API SpeechSynthesizer. public PronunciationBlob callAzureToTransformTextToSpeech(Stri
I'm trying to deploy a function app which downloads a file from an azure storage account. Locally when I run the code it works fine with API Version 2020-10-02.
I'm trying to create a batch pool via the az CLI as follows: az batch pool create --json-file foo.json. The contents of foo.json are { "id": "testpool2",
I have what is essentially a flashcard web app, hosted on the free version of Azure and coded in ASP.NET (C#). It is used by a small amount of people (40 or so)
I am new to data flows in adf. I have a set of json files in a folder which i would like to parse and flatten two arrays into a csv. The json structure is as fo
Has Microsoft changed the expiration date for Client secrets to be max 2 years? It is not possible to select "Never" anymore?
We're trying to download secrets with the download key vault secrets release task in VSTS. The service principal is add in the key vault's access policies, al
I'm trying to set up a Logic App that will post data to an AWS Bucket (Link) accepting content formatted as multipart/form-data. However, I'm not able to get a
I'm doing a zip deploy of a .NET Framework web app to an Azure App Service via a GitHub workflow. I have set WEBSITE_RUN_FROM_PACKAGE to 1 in the Azure console'
I have an Azure function that looks like this: [FunctionName("CreateWidgetWorkspace")] public async Task<IActionResult> CreateWidgetWorkspace(
I feel like it must be possible, but I've yet to find an answer. I navigate here inside of my Function App: Then click the drop down arrow and select Applicati
Is there any way to read list of available Pricing Tiers (SKUs) for Azure SQL Database Resource? The list of availabe SKUs (DTU and vCores) available here. Bu
We are currently having all our APIs in Azure API Management Portal. The versioning in the API code is handled using the version header. These APIs were deploye