Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.
/ azure-docker-test Public archive

This web project exists to reproduce an issue with Azure Web Apps for Containers.

Notifications You must be signed in to change notification settings

goelze/azure-docker-test

Repository files navigation

Azure Docker Test

This web project exists to reproduce an issue with Azure Web Apps for Containers, where stopping the web app does not properly stop the container, but kills it instead, terminating any running processes.

Configuration

To run this app, you need to specify a connection string for Azure storage:

$ dotnet user-secrets set BlobStorageConnection "[your-connection-string]"

When running this app as a Docker container, you'll need to pass that same connection string as an environment variable:

$ docker run -d -p 80:80 -e BlobStorageConnection="[your-connection-string]" [image-name]

About

This web project exists to reproduce an issue with Azure Web Apps for Containers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published