Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.54 KB

README.md

File metadata and controls

53 lines (32 loc) · 1.54 KB

Create an Azure Spring Apps environment

spring/create/README.md

Prerequisites

This example assumes you have previously completed the following example:

  1. Create an Azure Resource Group

Create the Azure Spring Apps environment

To create the Azure Spring Apps environment use the following command lines:

  az extension add --name spring

  export SPRING_NAME=spring-$RANDOM

  az spring create \
    --resource-group $RESOURCE_GROUP \
    --name $SPRING_NAME

Cleanup

Do NOT forget to remove the resources once you are done running the example.

Next steps

Reference documentation

6m