Versions Compared

Key

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

...

Create Resource Group

Code Block
languagebash
themeMidnight
az group create --name onap_eastus --location eastus


Run ARM template

Code Block
languagebash
themeMidnight
linenumberstrue
az group deployment create --resource-group onap_eastus --template-file oom_azure_arm_deploy.json --parameters @oom_azure_arm_deploy_parameters.json

...