Top "Azure-web-app-service" questions

Use this tag for questions relating to web applications residing on Azure.

How can I determine the IP address of an Azure hosted WebApp

I am using Azure platform for a webapp. I need to find out IP address of my web app so …

azure azure-web-app-service
How to stop/cancel a running Azure webjob?

We've deployed an on demand Azure webjob and it is in an endless loop. We figured out the bug, did …

azure azure-web-app-service
upload files to Azure file storage from web app using rest api

I am not familiar with azure, or rest api, or c#, but anyway I have to do this and I …

c# asp.net rest azure-storage azure-web-app-service
Where can I find docker container logs for Azure App Service

I do have a Docker container running a .net core 2 app. The logging is configured using this code in Program.…

c# azure docker azure-web-app-service azure-web-app-for-containers
Azure website resource template error

I'm attempting to use the AzureResourceManager PowerShell module to create and configure a website. I started with a template file …

powershell azure azure-web-app-service azure-resource-manager
How to attach Public Static IP to Azure App Service

There are 100 external domains are pointing to my existing application. We're planning to migrate to Azure App service. In this …

azure-web-app-service azure-public-ip
How to deploy a simple static micro site on Microsoft Azure

I plan to move all my websites from my own baremetal server to Microsoft Azure. To get things started I …

azure azure-web-app-service azure-storage-blobs
what are the Azure thresholds for the 10 free sites account, is this for life

I'm looking for some answers, on Azure from people who are hosting there on the mini account, i.e. 10 free …

azure azure-web-app-service
Using Application Insights with ILoggerFactory

I'm trying to log exceptions to Application Insights. I succeeded in doing this by calling TelemetryClient.TrackException directly. However, I …

c# logging asp.net-core azure-web-app-service azure-application-insights
How do you expose port 3000 using an Azure Web App Container?

I'm running a react boilerplate app within a docker container, hosted Azure Web App Containers. Locally, I spin the app …

azure docker web-applications azure-web-app-service