Category "azure"

IllegalArgumentException: File must be dbfs or s3n: /

dbutils.fs.mount( source = f"wasbs://{blob.storage_account_container}@{blob.storage_account_name}.blob.core.windows.net/", mount_point = "/mnt/MLRExtract/"

Pending Issuance - Azure SSL App Service Certificate

I have a Azure Web App that has a SSL Certificate. This certificate is set to auto-renew. However it has stopped working. When I log on to the Azure portal, it

Azure Service Bus Namespace creation is failing with unknown error

When I am trying to create a Service Bus Namespace in Azure. It is failing with the below exception. Microsoft.Azure.Management.ServiceBus.Models.ErrorResponseE

What is a good strategy to save user premium subscription for a web app with Azure AD B2C as user management system?

I am building a Blazor Server web app that will have locked features only accessible via paid subscription (payment handled with stripe). I am using Azure AD B2

How to update all Azure Powershell Az modules?

The Azure Powershell Az module comes with an assortment of modules such as Az.Accounts, Az.Aks, etc. Is it possible to update all these Az.* modules at once?

What is 'az acr build' with a local context doing under the hood?

I was trying to do this in Pulumi where I had a local Dockerfile and wanted it to be sent to build the same as the command 'az acr build' sadly it kept erroring

Issue related to fetching certificate from Azure Keyvault using Java

I am migrating our legacy application into Azure Cloud . In the existing application we are securing our Jetty Server while starting so for that we are using jk

Can I redirect with wildcard in Azure Static Web App?

I'm trying to redirect API calls from my Static Web App to another Function App but I can't get wildcard to work. The route matches correctly but I want the * p

How can I change the `Blob path begins with` in the Azure data factory storage event trigger using azure DevOps?

I have set a storage event trigger for the pipelines in the azure data factory Dev environment. the blob path begins with is different in the dev environment an

Azure custom role: authorize role assignment for a specific set of roles

I am trying to create a custom role in Azure that would allow Subscriptions "owners" to do quite everything but cancelling/renaming their own subscriptions or m

Error when deploying app on azure app service

I get this error message when I deploy my app from github to the azure app service. × python setup.py egg_info did not run successfully. │ exit code

Azure function accessible locally only

I have an Azure static web app with a svelte front end and azure server less functions for backend. When developing locally I can connect to the functions perfe

IaC Azure Automation

I would like to perform the following steps on schedule (presumably using Azure Automation): Provision a VM in Azure Run a powershell script on that VM Depro

Manifest: Line: 1, column: 1, Syntax error

This is the hosted url: https://serviceworkerspike.azurewebsites.net/ - Doesn't work anymore I'm using Vuejs to create a PWA as a school project, and whenever I

Azure Function App timing out at an interval of what functionTimeout parameter is equal to

The functionTimeout parameter in my host.json file is set to "functionTimeout": "00:45:00" I'm seeing timeouts happen every 45 minute interval. When I dig into

Deploying Azure Function (isolated process) to Azure using Azure DevOps is not working

Currently Microsoft has introduced a new way to treat azure functions called isolated process and it's the only way to run Azure functions on .NET5. I am trying

Powershell Azure Function Fails

First and foremost I'm new to Azure Functions and have only been working with it for a couple of weeks, so please bear with me. I was tasked with taking one of

Can you use custom docker image for Azure Pipelines when using the generic Git connection?

When using the GitHub connection with Azure DevOps pipelines I see that you can specify a docker image in your azure-pipelines.yml file (vmImage: option) But w

Unable to Connect to Azure SQL-Server: sun.security.validator.ValidatorException

Created an Azure SQL server machine and I am able to rdp as well as connect via the local SQL Server Mgt Studio client. However I cannot connect to the same i

How to Install Cudatoolkit in python environment in dockerfile

I need to Install the Cudatoolkit in Docker file which is Python environment but cudatoolkit can only install by conda parameter. We cant use conda in python. O