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/how-to-application-insights.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ When the **Application Insights** feature is enabled, you can:
77
77
78
78
## Manage Application Insights using the Azure portal
79
79
80
-
::: zone pivot="sc-standard-tier"
80
+
::: zone pivot="sc-standard"
81
81
82
82
Enable the Java In-Process Agent by using the following procedure.
83
83
@@ -95,7 +95,7 @@ Enable the Java In-Process Agent by using the following procedure.
95
95
96
96
::: zone-end
97
97
98
-
::: zone pivot="sc-enterprise-tier"
98
+
::: zone pivot="sc-enterprise"
99
99
100
100
You can use the Portal to check or update the current settings in Application Insights.
101
101
@@ -149,7 +149,7 @@ You can manage Application Insights using Azure CLI commands. In the following c
149
149
150
150
To configure Application Insights when creating an Azure Spring Apps instance, use the following command. For the `app-insights` argument, you can specify an Application Insights name or resource ID.
151
151
152
-
::: zone pivot="sc-standard-tier"
152
+
::: zone pivot="sc-standard"
153
153
154
154
```azurecli
155
155
az spring create \
@@ -161,7 +161,7 @@ az spring create \
161
161
162
162
::: zone-end
163
163
164
-
::: zone pivot="sc-enterprise-tier"
164
+
::: zone pivot="sc-enterprise"
165
165
166
166
```azurecli
167
167
az spring create \
@@ -176,7 +176,7 @@ az spring create \
176
176
177
177
You can also use an Application Insights connection string (preferred) or instrumentation key, as shown in the following example.
178
178
179
-
::: zone pivot="sc-standard-tier"
179
+
::: zone pivot="sc-standard"
180
180
181
181
```azurecli
182
182
az spring create \
@@ -188,7 +188,7 @@ az spring create \
188
188
189
189
::: zone-end
190
190
191
-
::: zone pivot="sc-enterprise-tier"
191
+
::: zone pivot="sc-enterprise"
192
192
193
193
```azurecli
194
194
az spring create \
@@ -205,7 +205,7 @@ az spring create \
205
205
206
206
To disable Application Insights when creating an Azure Spring Apps instance, use the following command:
207
207
208
-
::: zone pivot="sc-standard-tier"
208
+
::: zone pivot="sc-standard"
209
209
210
210
```azurecli
211
211
az spring create \
@@ -216,7 +216,7 @@ az spring create \
216
216
217
217
::: zone-end
218
218
219
-
::: zone pivot="sc-enterprise-tier"
219
+
::: zone pivot="sc-enterprise"
220
220
221
221
```azurecli
222
222
az spring create \
@@ -228,7 +228,7 @@ az spring create \
228
228
229
229
::: zone-end
230
230
231
-
::: zone pivot="sc-standard-tier"
231
+
::: zone pivot="sc-standard"
232
232
233
233
### Check Application Insights settings
234
234
@@ -275,7 +275,7 @@ az spring app-insights update \
Copy file name to clipboardExpand all lines: articles/spring-apps/how-to-enable-system-assigned-managed-identity.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
@@ -26,15 +26,15 @@ Managed identities for Azure resources provide an automatically managed identity
26
26
27
27
If you're unfamiliar with managed identities for Azure resources, see the [Managed identities for Azure resources overview section](../active-directory/managed-identities-azure-resources/overview.md).
28
28
29
-
::: zone pivot="sc-enterprise-tier"
29
+
::: zone pivot="sc-enterprise"
30
30
31
31
- An already provisioned Azure Spring Apps Enterprise tier instance. For more information, see [Quickstart: Build and deploy apps to Azure Spring Apps using the Enterprise tier](quickstart-deploy-apps-enterprise.md).
32
32
-[Azure CLI version 2.30.0 or higher](/cli/azure/install-azure-cli).
- An already provisioned Azure Spring Apps instance. For more information, see [Quickstart: Deploy your first application to Azure Spring Apps](./quickstart.md).
40
40
-[Azure CLI version 2.30.0 or higher](/cli/azure/install-azure-cli).
Copy file name to clipboardExpand all lines: articles/spring-apps/how-to-manage-user-assigned-managed-identities.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
@@ -25,7 +25,7 @@ Managed identities for Azure resources provide an automatically managed identity
25
25
26
26
- If you're unfamiliar with managed identities for Azure resources, see the [Managed identities for Azure resources overview section](../active-directory/managed-identities-azure-resources/overview.md).
27
27
28
-
::: zone pivot="sc-enterprise-tier"
28
+
::: zone pivot="sc-enterprise"
29
29
30
30
- An already provisioned Azure Spring Apps Enterprise tier instance. For more information, see [Quickstart: Build and deploy apps to Azure Spring Apps using the Enterprise tier](quickstart-deploy-apps-enterprise.md).
31
31
-[Azure CLI version 2.30.0 or higher](/cli/azure/install-azure-cli).
@@ -34,7 +34,7 @@ Managed identities for Azure resources provide an automatically managed identity
34
34
35
35
::: zone-end
36
36
37
-
::: zone pivot="sc-standard-tier"
37
+
::: zone pivot="sc-standard"
38
38
39
39
- An already provisioned Azure Spring Apps instance. For more information, see [Quickstart: Deploy your first application to Azure Spring Apps](./quickstart.md).
40
40
-[Azure CLI version 2.30.0 or higher](/cli/azure/install-azure-cli).
0 commit comments