Skip to content

hvylvv/azure-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Azure Practical Task

Write one or several bash scripts (using az cli) which: Create Resource Group (RG), VNet, Subnet, Azure Container Registry (ACR), VM, public IP address for VM, Network Security group (NSG) (create-resources.sh)

Push a java spring-petlinic container image you built in “Docker” module to ACR (push-petclinic.sh)

ACR should be private Install Docker on the VM Run container on the VM (vm_container.sh)

Verify that application is accessible in your browser (vmip:8080) Remove the resource group (use az group delete --name myResourceGroup --yes --no-wait)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages