Skip to content

Instantly share code, notes, and snippets.

View pretty25's full-sized avatar
😃
Focusing

pretty25

😃
Focusing
View GitHub Profile
@pretty25
pretty25 / java-webapp-az-pipeline.yaml
Created June 23, 2020 00:29
Automate Java container deployments with Azure Pipelines
az configure --defaults location=westus2
# resourceSuffix=$RANDOM
# webName="java-container-cicd-${resourceSuffix}"
# registryName="javacontainercicd${resourceSuffix}"
# dbServerName="java-container-cicd-${resourceSuffix}"
# rgName='java-containers-cicd-rg'
# planName='java-container-cicd-asp'
# az group create --name $rgName