Category "azure"

Azure Devops Apple App Store Release.Missing value for the attribute 'whatsNew'

I have tried to submit it for review and release it automatically to App Store Connect. I used to Apple App Store Release stage from the marketplace. For Testfl

Using appsettings in Azure function

This is a follow up question to this question: appsettings.json and azure function by timer I want to have dynamic settings which I can change without redeployi

Azure Function App is very slow, but only sometimes

I have read through most of the questions that seems to be similar to what I'll ask so hopefully I'm not wasting anyone's time. We have a Function App in Azure

How to create an Azure Function for encrypting blobs

My requirement is to encrypt newly added files in data lake storage container. For this I am creating an event grid that will trigger when a new file is added t

Ingress Resource file error AKS - spec.rules[0].http.paths[0].pathType: Required value: pathType must be specified

I am following MS documentation to create ingress NGINX controller https://docs.microsoft.com/en-us/learn/modules/aks-workshop/07-deploy-ingress But below yaml

CosmosDB return data from external API on read

I am attempting to write an Azure CosmosDB integration (Core SQL Api) that integrates with an external service to provide some of the query data. As an example,

Azure SFTP server with multiple user accounts which could be managed

I need an SFTP server hosted on Azure. The important thing is that it should support multiple user accounts and their management at runtime ( via an interface o

Could not pull image - caused by: failed to register layer: error creating overlay mount to var/lib/docker/overlay2 :too many levels of symbolic links

We are facing one issue related to the IoT Edge Module pull in one of the hardware. The Gateway is not able to pull all the edge modules as per the deployment m

Azure Function App running old code when deployments are successful

My Linux Python function app is refusing to run the most recent code deployed to it. I've tried deploying via Visual studio code and GitHub which does work as I

Azure sign-in into two different applications (with two different users) using OpenIdConnect middleware

I have two Azure enterprise applications to which I need the user to sign in. He might sign in with different active directory users. The 1st app is used to aut

Azure Storage (classic) vs Azure Storage (V2) code not working for V2 storage

I have a worker role running and checking to see if data exists in a storage hosted on Azure. My code works when I use the connection string for a classic type

Azure AD B2C with MSAL change redirect url on success

I have a React app which uses MSAL msal-react v1.3.1. I am using loginRedirect method to redirect a predefined user flow configured in Azure B2C for password re

Azure ad nested group

Our on prem AD is connected to Azure AD. Groups in on prem AD are used to control permissions to various resources. Does this configuration support nesting of s

Why I cannot authenticate an app in Azure

I am trying to authenticate app in azure, but getting the following error, Response status code does not indicate success: 401 (Unauthorized). Authentication

Azure media service function app template deployment failed

I am trying to run live stream video analytics using azure media services. I have been following the steps defined in the repository-Github Repo. I am facing de

Not able to Run my Application in Azure container Apps

I have node docker application which is running on Azure app service but the same application is not working on Azure container apps. I'm not able to find the i

Architecture of all the azure resources present in a subscription

I need to get the architecture of all the resources connected in a subscription. Is there any feature where I can get the architecture of how all the resource a

Data fails to update in Redis on Azure

In order to be able to load the order list pages of our application quickly, we are trying to push orders as soon as they come in to our application to Redis. T

How to destroy resources created using terraform in azure devops pipeline by using PowerShell

I have a project where I'm using Terraform in Azure DevOps Pipeline create Infrastructure but want to destroy the infrastructure in a PowerShell script running

Use boolean variable as lowercase string in Azure Devops YML pipeline script

I have the following variable in my pipeline script: variables: is_main: $[eq(variables['Build.SourceBranch'], 'refs/heads/main')] And I want to use it like