Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
az group create --name onapKubernetes --location eastus
 "id": "/subscriptions/f.8b/resourceGroups/onapKubernetes"
# use example 
# https://github.com/Azure/azure-quickstart-templates/tree/master/101-vm-simple-linux
# validate first
obrien:obrienlabs amdocs$ az group deployment validate --resource-group onapKubernetes --template-file oom_azure_arm_deploy.json  --parameters @oom_azure_arm_deploy_parameters.json 
obrien:obrienlabs amdocs$ az group deployment create --resource-group onapKubernetes --template-file oom_azure_arm_deploy.json  --parameters @oom_azure_arm_deploy_parameters.json 


Image Added

Delete the VM and resource group

Code Block
# delete the vm and resources
$ az group delete --name oomKubernetes -y

...


ONAP on Azure Container Service

...