Content-Length: 199938 | pFad | http://github.com/oyuksektepeli/AzureChamp/commit/25695619bc396368f4e5d9526f926602463e1b7b

6D azure web app for containers commands. · oyuksektepeli/AzureChamp@2569561 · GitHub
Skip to content

Commit

Permalink
azure web app for containers commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
oyuksektepeli committed Jun 18, 2019
1 parent 2453039 commit 2569561
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions AzureWepAppForContainers.azcli
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#create app service plan
az appservice plan create --name myAppServicePlan --resource-group myResourceGroup --sku B1 --is-linux

#create web app
az webapp create --resource-group myResourceGroup --plan myAppServicePlan --name <app-name> --deployment-container-image-name <azure-container-registry-name>.azurecr.io/mydockerimage:v1.0.0


#set custom container to azure web app for containers
az webapp config container set --name <app-name> --resource-group myResourceGroup --docker-custom-image-name <azure-container-registry-name>.azurecr.io/mydockerimage:v1.0.0 --docker-registry-server-url https://<azure-container-registry-name>.azurecr.io --docker-registry-server-user <registry-username> --docker-registry-server-password <password>

0 comments on commit 2569561

Please sign in to comment.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/oyuksektepeli/AzureChamp/commit/25695619bc396368f4e5d9526f926602463e1b7b

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy