Category "azure"

From Logic App how to make a call to privately hosted SOAP based Web Service on some on-premise Server

We have a Logic App and private SOAP based Web Service hosted on some on-premise network. Based on some parameters, we need to call this Web Service from the

Create Azure IaaS Domain Controller using Terraform

I'm attempting to add a domain controller to an existing domain using terraform (in Azure). I declared some local values in the main terraform file for my serve

Create Azure IaaS Domain Controller using Terraform

I'm attempting to add a domain controller to an existing domain using terraform (in Azure). I declared some local values in the main terraform file for my serve

How do I parse a JSON from Azure Blob Storage file in Logic App?

I have a JSON file in Azure Blob storage that I need to parse and insert rows into SQL using the Logic App. I am using the "Get Blob Content" and my first atte

Azure functions Error: Error "SyntaxError: Unexpected token S in JSON at position 0" occurred while parsing the response body - Service Unavailable

I am getting the error while deploying the Azure function from the local system. I wen through some blogs and it is stating that my function is unable to connec

Using Application Insights with Unit Tests?

I have an MVC web app, and I'm using Simple Injector for DI. Almost all my code is covered by unit tests. However, now that I've added some telemetry calls in

Azure website restore error

I am getting the following error when restoring a website backup (deployment slot). I am making the backup and trying to restore it using the azure management p

Do I need a separate WAF if I want to use Azure Deployment Slot on production instance?

I'm looking to leverage Azure deployment slots for a production Web App (with Azure SQL DB). I also use a Fortiweb WAF-as-a-Service for production app. If I use

Do I need a separate WAF if I want to use Azure Deployment Slot on production instance?

I'm looking to leverage Azure deployment slots for a production Web App (with Azure SQL DB). I also use a Fortiweb WAF-as-a-Service for production app. If I use

Pricing API for Azure

Is there a pricing api for azure similar to what AWS has for product listing and pricing catalog.For example to get EC2 pricing and product catalog AWS gives a

Azure AD B2C - Supporting a daemon app along with B2C clients such as Web page and native mobile app

I have an Azure AD B2C protected ASP.NET 6 WebAPI, and a ASP.NET Web site and a native mobile app are using the WebAPI using the authorization code flow (basica

Deploying an Azure Function from VS Code - Succesfull but not visible in the Portal

I created a function and I am trying to deploy it from VS Code by clicking the Deploy to Function App.... The Deployment runs successfully based on the output l

Tracking the changes in data of azure blob storage

Azure provides tracking of activities by activity log but I am working on a use case in which I have to track changes in a JSON file that is in the Azure blob s

Maven: How to fix foreign imports? (in Azure Function)

when I try to start my Azure function locally in Visual Studio Code I get a Maven error as following: [ERROR] Failed to execute goal com.microsoft.azure:azure-f

AKS Ingress - multiple ExternalName services

we are migrating application to AKS. Originally it was deployed on our server and there was a directory with images on the same machine with proxy set. So we ha

How can I monitor number of instances of a function app when it scales out?

I am looking into "Metrics" tab (Platform Features -> Metrics) in Azure portal for my function app. I can see interesting metrics like CPU time, request coun

How can I upgrade the AKS cluster using terraform without downtime

I want to upgrade my AKS cluster using terraform without or with minimal downtime. What happens to the workloads during the cluster upgrade. Can i do the AKS cl

Azure Machine Learning pipeline: How to retry upon failure?

So I've got an Azure Machine Learning pipeline here that consists of a number of PythonScriptStep tasks - pretty basic really. Some of these script steps fail i

How to open the file on browser instead of downloading in local that is stored in Azure Data lake Gen 2

Currently, I am generating SAS token from Azure file share and trying to access the file. But when I hit that url on browser, file automatically getting downloa

Error:C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe failed with return code: 4294967295

I have setup the VSTS release definition with Dev and Test environments, those environments successfully deployed without any issue from last 2 months but sudd