Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 885 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 885 Bytes

Azurite-ci

Example of Azurite in Docker with build-in container and HTTPS for testing and development.

It uses self-signed certs and python provisioner.

Why

I've solved the issue by creating a custom docker image and executing azure-cli tools from a health check. There could certainly be better solutions, and I will update the accepted answer if someone posts a better solution.

AuthorizationFailure with curl #386

HowTo

os.environ['STORAGE_CONTAINER'] = 'my-test-container'
  • Defined certs enable HTTPS

Usage

make up