I wrote this article which is what helped me progress forward with this. External Apache Hive metastore, Azure Databricks, Azure SQL I am following these instructions. Here is the kicker, which is likely something most people may already know, but in order to make this configuration the Hive Metastore must already exist on the Azure […]
Read More →Archive for January, 2022
External Apache Hive metastore, Azure Databricks, Azure SQL
I was following this documentation and had some experiences I wanted to document. I wanted to accomplish this. Figure 1, External Apache Hive metastore using Azure Databricks and Azure SQL Figure 2, External Apache Hive metastore using Azure Databricks and Azure SQL The cluster version I used was the most current one. Figure 3, Azure […]
Read More →Azure Function Access Restriction
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.
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 →Azure Functions, function.json, Visual Studio 2022 and proxies.json, deploy, deployment
A few interesting scenarios I experienced that I wanted to document. Firstly, there is a lot of focus on Visual Studio Code, I’m still working on ramping up there and aligning with and contributing the momentum it is building. I see Visual Studio Code as the place where those who want to get into Open […]
Read More →Configuring Azure DevOps to deploy an Azure Function CIDC
I have written a few articles now on the subject. It was a journey and a successful one at that. Setting up an Azure DevOps repo, how (I) did it, it works Redeploy Request Submitted – Failed to redeploy Access to the path is denied, Azure DevOps, Azure Deployment Center Missing Azure DevOps Organization when […]
Read More →Setting up an Azure DevOps repo, how (I) did it, it works
I use my blogs as a reminder for myself, I share them in case other find some value in them. I often do thing in an odd fashion, simply because I do not know the most optimal way, but find a way to get the work done, even though the path is, like I said […]
Read More →Redeploy Request Submitted – Failed to redeploy
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
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 →