This example assume you are logged into Azure CLI and have set your default subscription, if you have NOT done so please go to our top-level README
To setup the environment variables needed to create the Resource Group execute the command lines below:
export RESOURCE_GROUP=joazrg
export REGION=pick_your_closest_region
To create the Resource Group use the following command line:
az group create --name $RESOURCE_GROUP --location $REGION
Do NOT forget to remove the resources once you are done running the example.
- Create an Azure Container Apps environment
- Create an Azure Kubernetes Service cluster
- Create an Azure Spring Cloud
- Create an Azure Storage Account
If you want to use Terraform please see the snippets below:
1m