Tags: Deployment

Azure Function Access Restriction

Security Cyber Benjamin Perkins

If you wanted to block inbound traffic to your Azure Function, one option is to use an Access Restriction.  To check if you have one, navigate to the Networking blade for your Azure Function and check if Access restriction is On. Figure 1, Access Restriction and Azure Functions Take caution that although this let’s you […]

Read More →

Access to the path ‘D:\home\site\wwwroot\host.json’ is denied.

Azure Functions Benjamin Perkins

If you a receive a System.UnauthorizedAccessException with a message Access to the path ‘D:\home\site\wwwroot\host.json’ is denied, then it likely means you have a network configuration which is blocking access to the Azure Storage Account on which your Azure Function is hosted.  Perform the following to check and see if this could be the case. Check […]

Read More →

Redeploy Request Submitted – Failed to redeploy

Azure Benjamin Perkins

Having setup an External Git connection to my Azure DevOps repository.  This means I pull the content instead of implementing Azure Pipelines to push changes when committed, this is CI/CD. Figure 1, Sync Azure Function Deployment Center Azure DevOps Same issue as in this article – Access to the path is denied, Azure DevOps, Azure […]

Read More →

Access to the path is denied, Azure DevOps, Azure Deployment Center

Azure Functions Benjamin Perkins

I have been doing some testing with Azure Function deployments which requires me to break stuff.  That gets me into some real trouble sometimes when all I want is a deployment to work like normal.  Here are some other articles I wrote also while doing this. Azure DevOps Visual Studio 2022 add source code Missing […]

Read More →

Missing Azure DevOps Organization when setting up CI/CD via Deployment Center

Azure Benjamin Perkins

Having worked on Azure for many years now, I have provisioned, deleted, switch, modified so much I sometimes get a bit lost.  I was configuring CI/CD for a project and selected Azure Repos, but when I opened the Organization drop-down I did not see the Azure DevOps organization. Figure 1, why is my Azure DevOps […]

Read More →

Azure DevOps Visual Studio 2022 add source code

Visual Studio Benjamin Perkins

I wrote this article some years ago, it’s great to look back at things to see how we have progressed.  That’s a good reason to blog because it is a historical reference, at least from the way I experienced it.  Azure DevOps was called VSTS way back then. Configure Visual Studio Team Services in Visual […]

Read More →