azure-web-app-for-containers Questions

6

Solved

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.Cr...

2

Solved

I'm currently trying to set up an Azure Web App for Containers, linking it to a Azure Container Registry that lives inside a different subscription. That's why my initial thought was to use the Pri...

2

I have a multi-container app running with App Service - Web App for Containers. It all works fine as long as the Docker Compose (Preview) configuration is provided under the Container Settings tab....

1

Solved

I'm creating an Azure AppService based on a Docker image. The image is in Docker public registry, so I want the service to 'know' when there's a new version of the image (same tag). I thought the ...
Precept asked 1/10, 2018 at 22:49

1

Solved

I have a web app for containers running linux. Im running a docker container. It all works but I wanted to add an environment variable as follows: docker run -e my_app_setting_var=theValue The d...
Crescen asked 28/11, 2018 at 23:46

1

Solved

We run Java Spring Boot app in a Docker on Azure WebApp for Containers. Single B1 instance is enough for the app to run, however Spring Boot is pretty slow at startup and might take over 240 second...
1

© 2022 - 2024 — McMap. All rights reserved.