I have large number of files in a file share directory. Some of the files have their first part of the names are similar. I have to copy these files to another
I've been trying to add metadata on an .mp4 video that is stored on an Azure Blob. I want to add opengraph tags and when I try and enter them in, I get a messag
I am working on creating a workbook that provides an umbrella view over multiple app insight instances. Our solution has many microservices (Azure functions) ea
We have an Azure VM with SQL Server installed on it. We have our Visual Studio SQL Server database project in an Azure git repository. I've got the project to b
Working on setting up DC/OS on Microsoft Azure using Terraform. I'm using the main.tf provided in the official documentation. Every time I run terraform init I
This example is not working anymore: https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/js/node/translation.js And the demonstra
I'm quite new in Azure Stream Analytics but I need to push to Power BI (live dashboard) rolling totals from start of the day every time when new event arrives t
I'm using the Microsoft identity platform and OAuth 2.0 authorization code flow to authorize user information from Microsoft Azure. In my Ruby code I parse the
I am attempting to create a service for creating training datasets using the Prodigy UI tool. I would like to do this using a Kubernetes cluster which is runnin
After creating a new Azure SQL server using az sql server create, how can I enable the following options through PowerShell(Azure CLI)?
To connect to Azure SQL Database using MFA (which is in SSMS as "Active Directory - Universal") Microsoft recommends and currently only has a tutorial on connec
I have an azure function that sends a message to the service bus queue. Since a recent deployment, I see an exception occurring frequently: The connection was i
I have a function app that is integrated with a Vnet (with a single subnet). I also have two service endpoints in the same subnet for a storage account and key
I have a function app that is integrated with a Vnet (with a single subnet). I also have two service endpoints in the same subnet for a storage account and key
I have a microservices application in a sub folder of github repository. I am trying to deploy it to Azure. I found that if I add .deployment file in my root d
I have developed an Azure Function v4 with .net 6.0. It contains one triggered function. Locally everything works fine. After deploying it to Azure it works fi
We plan to migrate our on-premise MQ servers hosted in VMware servers to azure VM. Can I use the Azure Migrate tool to migrate IBM MQ from on-premise to Azure c
I'm trying to secure my nginx-ingress connection with let's encrypt, following this tutorial (https://github.com/digitalocean/Kubernetes-Starter-Kit-Developers/
My requirement is to create a Logic App that will receive some inputs from other resources like Azure Data Factory and send out an email. I created this setup u
If I recall correctly, Azure Devops was set to add a feature to allow release pipelines to be placed into yaml , similar to build pipeline. Is this feature avai