Nothing Special   »   [go: up one dir, main page]

Skip to content

A Flask API that retrieves Azure service information.

License

Notifications You must be signed in to change notification settings

drylikov/Azure_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run the Flask API inside of a container, the Docker image must exist inside of Azure Container Registry

To build the Docker image

docker build -t name_of_docker_image_tag .

To create the Azuure Container Registry

az acr create --name name_of_acr --resource-group name_of_rg --sku Standard

To log into the ACR from the terminal

az acr login --name name_of_acr

To tag and push the Docker image and prepare it for a push to ACR

docker tag name_of_docker_image_tag name_of_acr.azurecr.io/azureapi/flask docker push name_of_acr.azurecr.io/azure_api/flask

About

A Flask API that retrieves Azure service information.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published