Skip to content

Commit ed24121

Browse files
authored
Merge pull request #191280 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents ad697d7 + 40e0c36 commit ed24121

File tree

4 files changed

+26
-25
lines changed

4 files changed

+26
-25
lines changed

articles/azure-sql/database/automated-backups-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ PUT https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444
411411
```json
412412
{
413413
"properties":{
414-
"retentionDays":28
414+
"retentionDays":28,
415415
"diffBackupIntervalInHours":24
416416
}
417417
}
@@ -425,7 +425,7 @@ PUT https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444
425425
"name": "default",
426426
"type": "Microsoft.Sql/resourceGroups/servers/databases/backupShortTermRetentionPolicies",
427427
"properties": {
428-
"retentionDays": 28
428+
"retentionDays": 28,
429429
"diffBackupIntervalInHours":24
430430
}
431431
}

articles/databox-online/azure-stack-edge-gpu-deploy-configure-compute.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,19 @@ Before you set up a compute role on your Azure Stack Edge Pro device, make sure
4545

4646
To configure a client to access Kubernetes cluster, you will need the Kubernetes endpoint. Follow these steps to get Kubernetes API endpoint from the local UI of your Azure Stack Edge Pro device.
4747

48-
1. In the local web UI of your device, go to **Devices** page.
49-
2. Under the **Device endpoints**, copy the **Kubernetes API service** endpoint. This endpoint is a string in the following format: `https://compute.<device-name>.<DNS-domain>[Kubernetes-cluster-IP-address]`.
48+
1. In the local web UI of your device, go to **Device** page.
49+
2. Under the **Device endpoints**, copy the **Kubernetes API** endpoint. This endpoint is a string in the following format: `https://compute.<device-name>.<DNS-domain>[Kubernetes-cluster-IP-address]`.
5050

5151
![Device page in local UI](./media/azure-stack-edge-gpu-create-kubernetes-cluster/device-kubernetes-endpoint-1.png)
5252

5353
3. Save the endpoint string. You will use this endpoint string later when configuring a client to access the Kubernetes cluster via kubectl.
5454

5555
4. While you are in the local web UI, you can:
5656

57-
- Go to Kubernetes API, select **advanced settings**, and download an advanced configuration file for Kubernetes.
57+
- If you have been provided a key from Microsoft (select users may have a key), go to Kubernetes API, select **Advanced config**, and download an advanced configuration file for Kubernetes.
5858

5959
![Device page in local UI 1](./media/azure-stack-edge-gpu-deploy-configure-compute/download-advanced-config-1.png)
60-
61-
If you have been provided a key from Microsoft (select users may have a key), then you can use this config file.
62-
60+
6361
![Device page in local UI 2](./media/azure-stack-edge-gpu-deploy-configure-compute/download-advanced-config-2.png)
6462

6563
- You can also go to **Kubernetes dashboard** endpoint and download an `aseuser` config file.

articles/spring-cloud/how-to-appdynamics-java-agent-monitor.md

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ To activate an application through the Azure CLI, use the following steps.
7171
--env APPDYNAMICS_AGENT_APPLICATION_NAME=<your-app-name> \
7272
APPDYNAMICS_AGENT_ACCOUNT_ACCESS_KEY=<your-agent-access-key> \
7373
APPDYNAMICS_AGENT_ACCOUNT_NAME=<your-agent-account-name> \
74-
APPDYNAMICS_AGENT_NODE_NAME=<your-agent-node-name> \
74+
APPDYNAMICS_JAVA_AGENT_REUSE_NODE_NAME=true \
75+
APPDYNAMICS_JAVA_AGENT_REUSE_NODE_NAME_PREFIX=<your-agent-node-name> \
7576
APPDYNAMICS_AGENT_TIER_NAME=<your-agent-tier-name> \
7677
APPDYNAMICS_CONTROLLER_HOST_NAME=<your-AppDynamics-controller-host-name> \
7778
APPDYNAMICS_CONTROLLER_SSL_ENABLED=true \
@@ -88,19 +89,19 @@ To activate an application through the Azure portal, use the following steps.
8889
8990
1. Select **Apps** from the **Settings** section of the left navigation pane.
9091
91-
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/azure-spring-cloud-app-list.png" alt-text="Azure portal screenshot showing the Apps section" lightbox="media/how-to-appdynamics-java-agent-monitor/azure-spring-cloud-app-list.png":::
92+
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/azure-spring-cloud-app-list.png" alt-text="Azure portal screenshot showing the Apps section." lightbox="media/how-to-appdynamics-java-agent-monitor/azure-spring-cloud-app-list.png":::
9293
9394
1. Select the application to navigate to the **Overview** page.
9495
95-
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/azure-spring-cloud-app-overview.png" alt-text="Azure portal screenshot the app's Overview page" lightbox="media/how-to-appdynamics-java-agent-monitor/azure-spring-cloud-app-overview.png":::
96+
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/azure-spring-cloud-app-overview.png" alt-text="Azure portal screenshot the app's Overview page." lightbox="media/how-to-appdynamics-java-agent-monitor/azure-spring-cloud-app-overview.png":::
9697
9798
1. Select **Configuration** in the left navigation pane to add, update, or delete the environment variables of the application.
9899
99-
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/azure-spring-cloud-app-configuration-env.png" alt-text="Azure portal screenshot showing the 'Environment variables' section of the app's Configuration page " lightbox="media/how-to-appdynamics-java-agent-monitor/azure-spring-cloud-app-configuration-env.png":::
100+
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/azure-spring-cloud-app-configuration-env.png" alt-text="Azure portal screenshot showing the 'Environment variables' section of the app's Configuration page." lightbox="media/how-to-appdynamics-java-agent-monitor/azure-spring-cloud-app-configuration-env.png":::
100101
101102
1. Select **General settings** to add, update, or delete the JVM options of the application.
102103
103-
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/azure-spring-cloud-app-configuration-general.png" alt-text="Azure portal screenshot showing the 'General settings' section of the app's Configuration page, with 'JVM options' highlighted" lightbox="media/how-to-appdynamics-java-agent-monitor/azure-spring-cloud-app-configuration-general.png":::
104+
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/azure-spring-cloud-app-configuration-general.png" alt-text="Azure portal screenshot showing the 'General settings' section of the app's Configuration page, with 'JVM options' highlighted." lightbox="media/how-to-appdynamics-java-agent-monitor/azure-spring-cloud-app-configuration-general.png":::
104105
105106
## Automate provisioning
106107
@@ -119,7 +120,8 @@ resource "azurerm_spring_cloud_java_deployment" "example" {
119120
"APPDYNAMICS_AGENT_APPLICATION_NAME" : "<your-app-name>",
120121
"APPDYNAMICS_AGENT_ACCOUNT_ACCESS_KEY" : "<your-agent-access-key>",
121122
"APPDYNAMICS_AGENT_ACCOUNT_NAME" : "<your-agent-account-name>",
122-
"APPDYNAMICS_AGENT_NODE_NAME" : "<your-agent-node-name>",
123+
"APPDYNAMICS_JAVA_AGENT_REUSE_NODE_NAME" : "true",
124+
"APPDYNAMICS_JAVA_AGENT_REUSE_NODE_NAME_PREFIX" : "<your-agent-node-name>",
123125
"APPDYNAMICS_AGENT_TIER_NAME" : "<your-agent-tier-name>",
124126
"APPDYNAMICS_CONTROLLER_HOST_NAME" : "<your-AppDynamics-controller-host-name>",
125127
"APPDYNAMICS_CONTROLLER_SSL_ENABLED" : "true",
@@ -138,7 +140,8 @@ To configure the environment variables in an ARM template, add the following cod
138140
"APPDYNAMICS_AGENT_APPLICATION_NAME" : "<your-app-name>",
139141
"APPDYNAMICS_AGENT_ACCOUNT_ACCESS_KEY" : "<your-agent-access-key>",
140142
"APPDYNAMICS_AGENT_ACCOUNT_NAME" : "<your-agent-account-name>",
141-
"APPDYNAMICS_AGENT_NODE_NAME" : "<your-agent-node-name>",
143+
"APPDYNAMICS_JAVA_AGENT_REUSE_NODE_NAME" : "true",
144+
"APPDYNAMICS_JAVA_AGENT_REUSE_NODE_NAME_PREFIX" : "<your-agent-node-name>",
142145
"APPDYNAMICS_AGENT_TIER_NAME" : "<your-agent-tier-name>",
143146
"APPDYNAMICS_CONTROLLER_HOST_NAME" : "<your-AppDynamics-controller-host-name>",
144147
"APPDYNAMICS_CONTROLLER_SSL_ENABLED" : "true",
@@ -155,43 +158,43 @@ This section shows various reports in AppDynamics.
155158

156159
The following screenshot shows an overview of your apps in the AppDynamics dashboard:
157160

158-
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-birds-eye-view-of-apps.jpg" alt-text="AppDynamics screenshot showing the Applications page" lightbox="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-birds-eye-view-of-apps.jpg":::
161+
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-birds-eye-view-of-apps.jpg" alt-text="AppDynamics screenshot showing the Applications page." lightbox="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-birds-eye-view-of-apps.jpg":::
159162

160163
The **Application Dashboard** shows the overall information for each of your apps, as shown in the following screenshots using example applications:
161164

162165
- `api-gateway`
163166

164-
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-api-gateway.jpg" alt-text="AppDynamics screenshot showing the Application Dashboard for the example api-gateway app" lightbox="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-api-gateway.jpg":::
167+
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-api-gateway.jpg" alt-text="AppDynamics screenshot showing the Application Dashboard for the example api-gateway app." lightbox="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-api-gateway.jpg":::
165168

166169
- `customers-service`
167170

168-
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-customers-service.jpg" alt-text="AppDynamics screenshot showing the Application Dashboard for the example customers-service app" lightbox="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-customers-service.jpg":::
171+
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-customers-service.jpg" alt-text="AppDynamics screenshot showing the Application Dashboard for the example customers-service app." lightbox="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-customers-service.jpg":::
169172

170173
The following screenshot shows how you can get basic information from the **Database Calls** dashboard.
171174

172-
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-customer-service-db-calls.jpg" alt-text="AppDynamics screenshot showing the Database Calls dashboard" lightbox="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-customer-service-db-calls.jpg":::
175+
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-customer-service-db-calls.jpg" alt-text="AppDynamics screenshot showing the Database Calls dashboard." lightbox="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-customer-service-db-calls.jpg":::
173176

174177
You can also get information about the slowest database calls, as shown in these screenshots:
175178

176-
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-slowest-db-calls-from-customers-service.jpg" alt-text="AppDynamics screenshot showing the Slowest Database Calls page" lightbox="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-slowest-db-calls-from-customers-service.jpg":::
179+
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-slowest-db-calls-from-customers-service.jpg" alt-text="AppDynamics screenshot showing the Slowest Database Calls page." lightbox="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-slowest-db-calls-from-customers-service.jpg":::
177180

178-
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-slowest-db-calls-from-customers-service-2.jpg" alt-text="AppDynamics screenshot showing the Correlated Snapshots page accessed from the Slowest Database Calls page" lightbox="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-slowest-db-calls-from-customers-service-2.jpg":::
181+
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-slowest-db-calls-from-customers-service-2.jpg" alt-text="AppDynamics screenshot showing the Correlated Snapshots page accessed from the Slowest Database Calls page." lightbox="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-slowest-db-calls-from-customers-service-2.jpg":::
179182

180183
The following screenshot shows memory usage analysis in the **Heap** section of the **Memory** page:
181184

182-
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-customers-service-memory-usage.jpg" alt-text="AppDynamics screenshot showing the Heap section of the Memory page" lightbox="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-customers-service-memory-usage.jpg":::
185+
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-customers-service-memory-usage.jpg" alt-text="AppDynamics screenshot showing the Heap section of the Memory page." lightbox="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-customers-service-memory-usage.jpg":::
183186

184187
You can also see the garbage collection process, as shown in this screenshot:
185188

186-
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-customers-service-garbage-collection.jpg" alt-text="AppDynamics screenshot showing the Garbage Collection section of the Memory page" lightbox="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-customers-service-garbage-collection.jpg":::
189+
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-customers-service-garbage-collection.jpg" alt-text="AppDynamics screenshot showing the Garbage Collection section of the Memory page." lightbox="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-customers-service-garbage-collection.jpg":::
187190

188191
The following screenshot shows the **Slow Transactions** page:
189192

190-
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-customers-service-slowest-transactions.jpg" alt-text="AppDynamics screenshot showing the Slow Transactions page" lightbox="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-customers-service-slowest-transactions.jpg":::
193+
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-customers-service-slowest-transactions.jpg" alt-text="AppDynamics screenshot showing the Slow Transactions page." lightbox="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-customers-service-slowest-transactions.jpg":::
191194

192195
You can define more metrics for the JVM, as shown in this screenshot of the **Metric Browser**:
193196

194-
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-customers-service-jvm-metric-browser.jpg" alt-text="AppDynamics screenshot showing the Metric Browser" lightbox="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-customers-service-jvm-metric-browser.jpg":::
197+
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-customers-service-jvm-metric-browser.jpg" alt-text="AppDynamics screenshot showing the Metric Browser." lightbox="media/how-to-appdynamics-java-agent-monitor/appdynamics-dashboard-customers-service-jvm-metric-browser.jpg":::
195198

196199
## View AppDynamics Agent logs
197200

-23.9 KB
Loading

0 commit comments

Comments
 (0)