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
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
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
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
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
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
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
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
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
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
This code gave me error, even with the feature block. terraform { required_version = ">= 0.12" required_providers { azurerm = { source = "has
in the call seen in the next image, the 2nd user has 2 Call segment but in the call record on the last one is shown. If my mind is correct i left the call and
I'm trying to deploy an Angular Universal App in Azure web app service (Linux webapp) using azure devops pipeline and build/release pipeline are successfully co
I'm attempting to gain access to Business Central Admin Center API, but I'm having some difficulties. I'm having the idea that it has something to do with the a
I don't quite understand the relationship between parent and child components when working with bicep and more specifically arrays. The error I get is this: Dep
Is there a way to get the number of receiving subscriptions of a ServiceBusMessage sent on a Topic, in any of the two following ways: The number of subscription
We run container instance group daily (triggered by logic apps). The container basically connect to queue, process it and ends. Sometime, according the events l
I tried to use the Azure AAD pod identity and bind a Managed Identity to it. Then I used this pod identity to perform some azure resource actions like creating
I have an App Service app and a development slot I see them too on Vs Code But when I publish I can not select the slot Any idea please? Regards
Is it possible to replicate a specific subset of data (certain schema,dbs') to a readonly copy of Azure postgres flexible server. Thanks Brian