azure-webapps Questions
7
Solved
I am getting below error while deploying app service via Azure DevOps. I tried to search for this issue but could not found root cause of this.
Error :
2021-03-15T06:01:27.7479723Z ##[error]Error: ...
Intervention asked 15/3, 2021 at 6:10
5
Solved
I have a private certificate that was generated by azure for a web app for linux containers. I want to pass this value to my .net core app via the web app configuration settings in the the azure po...
Premier asked 23/9, 2020 at 22:9
8
I am trying to deploy my code to azure app service using git. But I am getting error "deployment Failed with Error: Package deployment using ZIP Deploy failed. Refer logs for more details"...
Wildon asked 17/5, 2022 at 20:12
6
I'm quite new to Azure, trying to learn how to explore what are the possibilities of publishing a website on azure, to be a bit more at ease to do the the AZ-204.
On the azure dashboard, I can crea...
Rahn asked 3/3, 2021 at 15:33
2
I'm having trouble connecting my Azure Web App to my Azure DevOps organization.
I somehow managed to do it for one Web App (by selecting creating a new 'DevOps Project') but now struggle at setting...
Falsehood asked 14/12, 2018 at 17:27
1
I want to update the attribute dynamically in YAML configuration file using node.js application. I have my secrets configured in KeyVault and it has been referenced in App Service configuration. I ...
Dicarlo asked 6/5, 2020 at 22:53
3
Solved
Consider the following code. It creates an application insight, then it retrieves the instrumentationkey and assigns it to my webapp.
az monitor app-insights component create -g $resourceGroup --a...
Unlovely asked 28/7, 2020 at 18:14
2
Solved
Created WebApp with MySQL in App, but tried clicking on Manage un MySQL in APP blade, prompt for username and password.
Is there default username and password or where can i find the credentials.
...
Pile asked 17/12, 2019 at 2:41
2
I am using Azure Webapps for Containers to host an R Shiny-Server. I want to use Azure Active Directory to authenticate and authorize the user logging into the app.
I am using the rocker/shiny ima...
Morin asked 27/6, 2019 at 18:42
3
Solved
I've published a .NET Core 3 (preview 9) to Azure Web app running on linux. Unfortunately the app won't start and logs show this error:
System.InvalidOperationException: Unable to configure HTTPS ...
Prolate asked 18/9, 2019 at 11:54
1
I am getting an issue with my web app hosted on linux app service plan which is a static next js site and is running perfectly fine in Azure storage with cdn & window based web app (with extra ...
Sondra asked 17/4, 2021 at 8:15
4
Solved
I'm trying to use the recently announced (in preview) managed certificates for Azure app service. One of the limitations is that you can't get one for naked domains. eg.: you can get one for www.do...
Dahlgren asked 13/11, 2019 at 8:53
5
Solved
I created a Web App in Azure to host an angular application.
I selected the runtime as bellow:
But my local setup details:
Node version: v13.0.1
Angular version: 8.2.11
I used Anguler cli ...
Expellee asked 12/1, 2020 at 20:25
1
I have two web apps hosted via Azure Web Services, with the URL https://example1.azurewebsites.net and https://example2.azurewebsites.net respectively.
What I am looking at is that I'd like to redi...
Stockdale asked 26/10, 2020 at 12:56
3
Solved
In ARM template for Azure Web App, how do you specify the stack settings for the app (.NET, .NET Core, PHP, ...)? I cannot see any field for it.
Thank you
Coarsegrained asked 2/12, 2019 at 14:27
1
Solved
After changing the signature of the function ConfigureServices to be asynchronous (originally it was just a void synchronous function and the application worked perfectly fine), I get the following...
Chandos asked 9/8, 2020 at 6:33
1
Solved
I use Postman to test my API hosted in Azure. First I get an Access Token like this
Since I use the grant_type ´client_credentialsI have to use the default scope like this api://my-app-id/.default...
Lezley asked 23/6, 2020 at 20:4
1
We have a long running ASP.NET WebApp in Azure which has no real endpoints exposed – it serves a single functional purpose primarily reading and manipulating database data, effectively a batched, s...
Goulden asked 28/5, 2020 at 14:55
1
Solved
In my Azure Linux web app, I'm trying to perform an API call to an external provider, with a certificate. That call fails, while it's working fine when deploying the same code on a Windows app serv...
Seligmann asked 30/4, 2020 at 7:39
1
Solved
I created a Node.js based web application, running in an Azure Web App, that I wanted to put behind an Azure Active Directory authentication. After activating "App Service Authentication", the logi...
Jone asked 6/4, 2020 at 12:15
3
Solved
I would like to publish an ASP.NET Core 2.1 website to Azure using an Azure Web App to host it. When creating the Azure Web App on the Azure portal, one of the settings is "Runtime Stack". In this ...
Kampmeier asked 11/7, 2019 at 18:35
1
Solved
I can set my stack for a webapp through the portal:
I deploy my infra through an ARM template:
"apiVersion": "2015-08-01",
"type": "Microsoft.Web/sites",
"name": "[variables('name')]",
"loca...
Fungi asked 15/10, 2019 at 10:15
3
Solved
I am trying to find a way to update an Azure Ad registered app's manifest via powershell, utilizing a json file.
The Json file contains all of the app roles, and i would like to simple inject the ...
Radii asked 11/10, 2018 at 14:49
1
Solved
I have this Angular app that I am trying to host using Linux web app on Azure.
After deployment, I could not load the website so, after a little research, I found that I needed to add a index.js fi...
Akeyla asked 29/7, 2019 at 15:53
2
I have an aspnet core 2.2 app which looks like this:
return WebHost.CreateDefaultBuilder(args)
.ConfigureAppConfiguration((builderContext, config) =>
{
var env = builderContext.HostingEnviro...
Gilligan asked 17/7, 2019 at 18:27
1 Next >
© 2022 - 2025 — McMap. All rights reserved.