I am trying to pass a whole directory of python files that are referenced in the main python file in Azure Synapse Spark Job Definition but the files are not ap
I'm deploying an ARM template that take care of creating an app service plan. I've exported the template from the existing plan and parametrized for our needs.
I am running the power shell script below in Azure Automation runbook , the script goes to on prem file share and rename file names replace strings. Script runs
I created azure app service and deployed node js app into it through Filezilla by connecting through FTP. but when i test it in postman using "post" method with
There are a lot of articles on the cost of Cosmos DB transactions, but I've never been able to find any detail on the cost of geo-replication. I understand that
I'm trying to configure Azure DSC Configuration, but I am running into two issues. I continue to get this error message Error = 'invalid character 'c' looking f
We are using a simple python azure function to forward a JSON payload to an event hub. We have configured the event hub as the function output binding. Our req
I have react app, which runs on Azure. I am using Visual Studio Code with App Service extension for its deployment to production and it works well. Unfortunatel
I have react app, which runs on Azure. I am using Visual Studio Code with App Service extension for its deployment to production and it works well. Unfortunatel
I have function app that iterates over log files and sends them to Azure Log Analytics using this sample here: https://docs.microsoft.com/en-us/azure/azure-mon
Is it possible in an Azure storage account to generate a Shared Access Signature that has filter privilege to only a single Container within the account. I know
I'm in the process of migrating an ASP.Net MVC app from windows authentication to Azure AD Authentication. One of the requirements of the app is that some parts
On completion of an environment build, a colleague is manually going in to each Resource Group and checking the applicable resources have successfully created.
Azure FileREST API has this command: List Directories and Files. It's documentation says: Files and directories are listed intermingled in lexically sorted orde
I am trying to produce code coverage report in sonarcloud for angular-12. Could someone help me how to configure azure pipeline for generating correct code cove
I know that Azure Function Apps supports using the SendGrid binding out of the box to send emails using SendGrid. But what I can't seem to find is any informati
I'm trying to get the list of firewall rules on a Postgres Instance in Azure, using the azure-js-sdk. Locally it works like a charm, I've got the list of firewa
I ran this yaml file using kubectl apply -f loadbalancer.yaml command, but got "error parsing loadbalancer.yaml: error converting YAML to JSON: yaml: line 4: fo
As we know we can group the Vm's into a single App Security Group and use them as a Single Entity for the NSG rules. I'm searching a way to find what are all th
I have a JavaScript httpTrigger Function on Azure that I want to call in another httpTrigger Function. Both are in the same resource group. I know about Durabl