azure-web-app-for-containers

Where can I find docker container logs for Azure App Service

余生颓废 提交于 2020-05-12 20:46:10
问题 I do have a Docker container running a .net core 2 app. The logging is configured using this code in Program.cs public static IWebHostBuilder CreateWebHostBuilder(string[] args) => WebHost.CreateDefaultBuilder(args) .ConfigureLogging((hostingContext, logging) => { logging.AddConfiguration(hostingContext.Configuration.GetSection("Logging")); logging.AddConsole(); logging.AddDebug(); }) .UseStartup<Startup>(); and the appsettings.json file { "Logging": { "LogLevel": { "Default": "Information" }

Azure Web App for Containers networking VNET

怎甘沉沦 提交于 2020-02-23 03:24:50
问题 I'm exploring Azure but unable to figure out how to allow my App service to connect to the VNET I created so it can access the HDInsight cluster. My scenario is this, I'm running a Kafka HDInsight cluster deployed in the VNET I created and I need to also deploy my Azure Web App for Container in the same VNET so it can connect to the Kafka brokers. I haven't seen a good documentation on this, need help on how to set the Azure app service to connect to my VNET over a private network? The

How to set auto-scaling for kubernetes by using Azure Pipelines and WebApp for Container?

只谈情不闲聊 提交于 2019-12-13 03:53:19
问题 As WebApp for Container can set Single, Multiple and Kubernetes Docker. However, I could only set Single Docker by using Deploying to WebApp for Container in Task of Azure Pipelines' Release. Since I can set auto-scaling rule with ServiceBus message count, how can I set to use Kubernetes in Deploying to WebApp for Container in Azure Pipelines' Release? Reference Question before 来源: https://stackoverflow.com/questions/54394414/how-to-set-auto-scaling-for-kubernetes-by-using-azure-pipelines-and

Azure Web App for Containers networking VNET

故事扮演 提交于 2019-12-06 10:03:18
I'm exploring Azure but unable to figure out how to allow my App service to connect to the VNET I created so it can access the HDInsight cluster. My scenario is this, I'm running a Kafka HDInsight cluster deployed in the VNET I created and I need to also deploy my Azure Web App for Container in the same VNET so it can connect to the Kafka brokers. I haven't seen a good documentation on this, need help on how to set the Azure app service to connect to my VNET over a private network? The Network is disabled (don't know why) on my App service. Thanks VNET integration is not available yet for Web