You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/spring-apps/includes/quickstart/clean-up-resources.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ For clarity of structure, a separate markdown file is used to describe how to cl
15
15
16
16
## 6. Clean up resources
17
17
18
-
::: zone pivot="sc-consumption-plan,sc-enterprise"
18
+
::: zone pivot="sc-enterprise"
19
19
20
20
Be sure to delete the resources you created in this article when you no longer need them. To delete the resources, just delete the resource group that contains them. You can delete the resource group using the Azure portal. Alternatively, to delete the resource group by using Azure CLI, use the following command:
21
21
@@ -25,7 +25,7 @@ az group delete --name ${RESOURCE_GROUP}
25
25
26
26
::: zone-end
27
27
28
-
::: zone pivot="sc-standard"
28
+
::: zone pivot="sc-consumption-plan,sc-standard"
29
29
30
30
You can delete the Azure resource group, which includes all the resources in the resource group.
The following list describes the command interactions:
35
35
36
36
-**OAuth2 login**: You need to authorize the login to Azure based on the OAuth2 protocol.
37
37
-**Please enter a new environment name**: Provide an environment name, which is used as a suffix for the resource group created to hold all Azure resources. This name should be unique within your Azure subscription.
38
38
39
-
The console outputs messages similar the ones in the following example:
39
+
The console outputs messages similar to the following example:
40
40
41
41
```output
42
42
Initializing a new project (azd init)
43
-
43
+
44
44
(✓) Done: Initialized git repository
45
45
(✓) Done: Downloading template code to: <your-local-path>
46
46
Enter a new environment name: <your-env-name>
@@ -63,11 +63,11 @@ Open your web browser and go to the [Azure portal](https://portal.azure.com/). E
1. Use the following command to log in Azure with OAuth2. Ignore this step if you've already logged in.
70
+
1. Use the following command to log in to Azure with OAuth2. Ignore this step if you've already logged in.
71
71
72
72
```bash
73
73
azd auth login
@@ -117,10 +117,10 @@ This section provides the steps to deploy your application to Azure Spring Apps.
117
117
118
118
Use the following steps to deploy using the [Maven plugin for Azure Spring Apps](https://github.com/microsoft/azure-maven-plugins/wiki/Azure-Spring-Apps):
119
119
120
-
1. Navigate to the *complete* directory and then run the following command to configure the app in Azure Spring Apps:
120
+
1. Navigate to the *complete* directory, and then run the following command to configure the app in Azure Spring Apps:
0 commit comments