Questions tagged [azure-appservice]
700 questions
0
votes
1 answer
How do I assign a domain name to a custom domain in Azure
I am new to Azure or web server configuration in general, so I am not sure if I am asking the right questions. I've bought a domain in Azure and it required me to point to an App Service which I did. Now having this domain (www.mysite.com), I wanted…

g_b
- 11,728
- 9
- 43
- 80
0
votes
1 answer
Identity Server 4 redirecting to development URL not production
I'm experiencing a weird situation with IDS4.
I have a Blazor WA app, and API, and IDS4. The Blazor and API are hooked into IDS4 and everything works for the most part. You click login in Blazor and it sends you to IDS4 where you authenticate and it…

Cef
- 661
- 1
- 6
- 26
0
votes
1 answer
What is the Azure Function App Service pricing?
In order to create an Azure Function, you have to create an App Service. I have created an App Service on consomption base.
In its running state of the App Service, even if i don't execute an Azure Function, do i have to pay something?
I see that…

MoonHorse
- 1,966
- 2
- 24
- 46
0
votes
2 answers
Azure App Service - Is there a limit of free ssl certificates for an app?
I've found several statements online stating that you can have 250-500 custom domains on a single app service (assuming a basic or higher plan). I wonder if anyone knows - can you use a free ssl certificate for each custom domain (no wildcard, just…

Ben
- 1,913
- 15
- 16
0
votes
1 answer
Azure app service warm-up ping path not being called
I have been experimenting with slot warm up settings using "WEBSITE_SWAP_WARMUP_PING_PATH" app service configuration as suggested in Ruslan's blog. Unfortunately, I don't see it working the way I would expect. My expectation is that the slot swap…

William Edmondson
- 3,619
- 3
- 32
- 41
0
votes
1 answer
one app is hosted as azure app service and trying to call another app running with localhost - giving 500 error
I have one asp.net web api (app1) which is running with localhost in my machine, https://localhost:44301/weatherforecast
Other asp.net web api (app2) which I hosted over azure app service,…

user584018
- 10,186
- 15
- 74
- 160
0
votes
1 answer
Azure : Error using certificate obtained from Key Vault in App Service
In my Azure App Service which runs a net472 web app, I access certificate from key vault as follows :
var certSecret = await kvClient.GetSecretAsync(kvName, secretName);
I then need to send the certificate to authenticate to an external service
var…

Kiran Ramesh
- 345
- 3
- 15
0
votes
1 answer
Can Set-AzWebAppSlot overwrite just 1 Application Setting?
Reading the documentation:
https://learn.microsoft.com/en-us/powershell/module/az.websites/set-azwebappslot?view=azps-4.3.0
It says:
App Settings HashTable. Existing App Settings will be replaced, removing any settings that are not provided.
Does…

Alex. A
- 732
- 1
- 7
- 13
0
votes
1 answer
Use mounted Azure Blob Storage Container in Azure App Service
I was able to mount azure blob storage on my local machine (Ubuntu 18.04) using blobfuse, just as documented here.
To use it in an Azure App Service I found this, describing an option to mount Azure Storage using the Azure Portal interface. This…

Valecz
- 61
- 6
0
votes
1 answer
How do I add security group to Azure app service?
I have N users accessing an app service in Azure thru a web UI. The app service is protected by AAD and since all N users are internal to organisation, they are added by default to the directory and can access the service thru web UI(by successfully…

Prasanjit Rath
- 166
- 2
- 13
0
votes
1 answer
Azure Container Web App Increase 10 Second Timeout
I see that people usually say the max request timeout is 240 seconds, but on my Container for Webapps app service, the max request time is 10 seconds before resulting in a 500 error.
Is there a way to increase this lower 10 second max to be closer…

grepsedawk
- 3,324
- 2
- 26
- 49
0
votes
1 answer
Why would Application Insights report zero health on an app service when the health check is successful?
I have an application insights instance and the "Availability" graph on the Overview page is showing zero availability. However, I have two app services, both of which are configured with health check URLs, and both of which are clearly being pinged…

me--
- 1,978
- 1
- 22
- 42
0
votes
2 answers
.NET Core 3.1 API fails when using DevOps CI/CD
Deploying a .NET Core 3.1 API Application to an Azure WebApp fails when using DevOps CI/CD Release Pipeline but succeeds when Publishing from Visual Studio
Create .NET Core 3.1 Api App
Create Azure Web App
Create a new resource of type “Web…

Robert Green MBA
- 1,834
- 1
- 22
- 45
0
votes
1 answer
Can't start Azure free trial because of MS account both doesn't exist and already exists
My team already has a working Azure DevOps account. I would like to start an Azure subscription / Active Directory to begin linking our DevOps to App Services and other Azure products.
However, any time I click on a link to get started with Azure, I…

Jason
- 319
- 5
- 15
0
votes
3 answers
Azure TimerTrigger Multiple instances with different configuration
Using VS Code + "Azure Function" Extension, I generated the default python 3.7 timedTrigger function with the following settings:
// functions.json
{
"scriptFile": "__init__.py",
"bindings": [
{
"name": "mytimer",
"type":…

atpekbas
- 31
- 4