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
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
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
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
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
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,
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
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
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
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
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
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
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
I am trying to authenticate app in azure, but getting the following error, Response status code does not indicate success: 401 (Unauthorized). Authentication
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
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
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
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
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
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