Skip to content

Commit 9ea5b05

Browse files
authored
Merge branch 'MicrosoftDocs:main' into main
2 parents afdfcd1 + 615f830 commit 9ea5b05

23 files changed

+1154
-20
lines changed

articles/aks/advanced-network-observability-bring-your-own-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ az aks get-credentials --name $CLUSTER_NAME --resource-group $RESOURCE_GROUP
189189
190190
```azurecli-interactive
191191
# Set environment variables
192-
export HUBBLE_VERSION=0.11
192+
export HUBBLE_VERSION=v0.11.0
193193
export HUBBLE_ARCH=amd64
194194

195195
# Install Hubble CLI

articles/aks/advanced-network-observability-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Install the Hubble CLI to access the data it collects using the following comman
250250
251251
```azurecli-interactive
252252
# Set environment variables
253-
export HUBBLE_VERSION=0.11
253+
export HUBBLE_VERSION=v0.11.0
254254
export HUBBLE_ARCH=amd64
255255
256256
#Install Hubble CLI

articles/azure-arc/resource-bridge/upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ This article describes how Arc resource bridge is upgraded, and the two ways upg
1212
## Private cloud providers
1313
Currently, private cloud providers differ in how they perform Arc resource bridge upgrades. Review the following information to see how to upgrade your Arc resource bridge for a specific provider.
1414

15-
For **Arc-enabled VMware vSphere**, manual upgrade and cloud upgrade are available. Appliances on version 1.0.15 and higher are automatically opted-in to cloud-managed upgrade. In order for either upgrade option to work, [the upgrade prerequisites](#prerequisites) must be met. Microsoft may attempt to perform a cloud-managed upgrade of your Arc resource bridge at any time if your appliance will soon be out of support. While Microsoft offers cloud-managed upgrade, you’re still responsible for ensuring that your Arc resource bridge is within the supported n-3 versions. Disruptions could cause cloud-managed upgrade to fail and you may need to manual upgrade the Arc resource bridge. If you are close to being out of support, please manual upgrade to stay in supported versions.  Do not wait for cloud-managed upgrade. Any appliances that are earlier than version 1.0.15 must be manually upgraded.
15+
For **Arc-enabled VMware vSphere**, manual upgrade and cloud upgrade are available. Appliances on version 1.0.15 and higher are automatically opted-in to cloud-managed upgrade. In order for either upgrade option to work, [the upgrade prerequisites](#prerequisites) must be met. Microsoft may attempt to perform a cloud-managed upgrade of your Arc resource bridge at any time if your appliance will soon be out of support. While Microsoft offers cloud-managed upgrade, you’re still responsible for ensuring that your Arc resource bridge is within the supported n-3 versions. Disruptions could cause cloud-managed upgrade to fail and you may need to manual upgrade the Arc resource bridge. If you are close to being out of support, please manual upgrade to stay in supported versions.
1616

1717
For **Azure Arc VM management (preview) on Azure Stack HCI**, appliance version 1.0.15 or higher is only available on Azure Stack HCI build 23H2. In HCI 23H2, the LCM tool manages upgrades across all HCI, Arc resource bridge, and extension components as a "validated recipe" package. Any preview version of Arc resource bridge must be removed prior to updating from 22H2 to 23H2. Attempting to upgrade Arc resource bridge independent of other HCI environment components may cause problems in your environment that could result in a disaster recovery scenario. For more information, visit the [Arc VM management FAQ page](/azure-stack/hci/manage/azure-arc-vms-faq).
1818

19-
For **Arc-enabled System Center Virtual Machine Manager (SCVMM)**, the manual upgrade feature is available for appliance version 1.0.14 and higher. Appliances below version 1.0.14 need to perform the recovery option to get to version 1.0.15 or higher. Review the steps for [performing the recovery operation](/azure/azure-arc/system-center-virtual-machine-manager/disaster-recovery), then delete the appliance VM from SCVMM and perform the recovery steps. This deploys a new resource bridge and reconnects pre-existing Azure resources.
19+
For **Arc-enabled System Center Virtual Machine Manager (SCVMM)**, the manual upgrade feature is available for appliance version 1.0.15 and higher. Appliances below version 1.0.15 need to perform the recovery option to get to version 1.0.15 or higher. Review the steps for [performing the recovery operation](/azure/azure-arc/system-center-virtual-machine-manager/disaster-recovery). This deploys a new resource bridge and reconnects pre-existing Azure resources.
2020

2121
## Prerequisites
2222

articles/azure-monitor/agents/azure-monitor-agent-network-configuration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Azure Virtual network service tags can be used to define network access controls
2424
## Firewall endpoints
2525
The following table provides the endpoints that firewalls need to provide access to for different clouds. Each is an outbound connection to port 443.
2626

27+
> [!IMPORTANT]
28+
> For all endpoints, HTTPS inspection must be disabled.
29+
2730
|Endpoint |Purpose | Example |
2831
|:--|:--|:--|
2932
| `global.handler.control.monitor.azure.com` |Access control service - |

articles/azure-monitor/app/monitor-functions.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Monitor applications running on Azure Functions with Application Insights
33
description: Azure Monitor integrates with your Azure Functions application, allowing performance monitoring and quickly identifying problems.
44
ms.topic: conceptual
55
ms.custom: devx-track-extended-java, devx-track-python, devx-track-js
6-
ms.date: 07/10/2023
6+
ms.date: 08/24/2024
77
ms.reviewer: abinetabate
88
---
99

@@ -37,6 +37,14 @@ On the function app **Overview** pane, go to **Application Insights**. Under **C
3737
> [!div class="mx-imgBorder"]
3838
:::image type="content" source="./media//functions/collection-level.jpg" lightbox="./media//functions/collection-level.jpg" alt-text="Screenshot that shows the how to enable the AppInsights Java Agent.":::
3939

40+
### Configuration
41+
42+
To configure this feature for an Azure Function App not on a consumption plan, add environment variables in App settings. To review available configurations, see [Configuration options: Azure Monitor Application Insights for Java](../app/java-standalone-config.md).
43+
44+
For Azure Functions on a consumption plan, the available configuration options are limited to WEBSITE_SITE_NAME, APPLICATIONINSIGHTS_INSTRUMENTATION_LOGGING_LEVEL, and APPLICATIONINSIGHTS_SELF_DIAGNOSTICS_LEVEL in order to take advantage of the consumption plan warmup pool. For more configurations on a consumption plan Function, deploy your own agent and see [Distributed Tracing for Java Functions](https://github.com/Azure/azure-functions-java-worker/wiki/Distributed-Tracing-for-Java-Azure-Functions#customize-distribute-agent).
45+
46+
Deploying your own agent results in a longer cold start implication for consumption plan Functions.
47+
4048
### Troubleshooting
4149

4250
Your Java functions might have slow startup times if you adopted this feature before February 2023. From the function app **Overview** pane, go to **Configuration** in the left-hand side navigation menu. Then select **Application settings** and use the following steps to fix the issue.
@@ -146,7 +154,7 @@ To view more data from your Node Azure Functions applications than is [collected
146154

147155
## Distributed tracing for Python function apps
148156

149-
To collect telemetry from services such as Requests, urllib3, httpx, PsycoPG2, and more, use the [Azure Monitor OpenTelemetry Distro](./opentelemetry-enable.md?tabs=python). Tracked incoming requests coming into your Python application hosted in Azure Functions will not be automatically correlated with telemetry being tracked within it. You can manually achieve trace correlation by extract the TraceContext directly as shown below:
157+
To collect telemetry from services such as Requests, urllib3, `httpx`, PsycoPG2, and more, use the [Azure Monitor OpenTelemetry Distro](./opentelemetry-enable.md?tabs=python). Tracked incoming requests coming into your Python application hosted in Azure Functions aren't automatically correlated with telemetry being tracked within it. You can manually achieve trace correlation by extracting the TraceContext directly as follows:
150158

151159
<!-- TODO: Remove after Azure Functions implements this automatically -->
152160

articles/batch/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
href: batch-task-output-files.md
252252
- name: Persist output with File Conventions library
253253
href: batch-task-output-file-conventions.md
254-
- name: Monitor
254+
- name: Monitor Azure Batch
255255
href: monitor-batch.md
256256
items:
257257
- name: Monitor with Application Insights

articles/batch/monitor-batch.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Monitor Azure Batch
33
description: Start here to learn how to monitor Azure Batch.
4-
ms.date: 03/28/2024
4+
ms.date: 07/19/2024
55
ms.custom: horz-monitor
66
ms.topic: conceptual
77
ms.service: batch
@@ -157,6 +157,10 @@ You can use the Batch APIs to create list queries for Batch jobs, tasks, compute
157157

158158
Or, instead of potentially time-consuming list queries that return detailed information about large collections of tasks or nodes, you can use the [Get Task Counts](/rest/api/batchservice/job/gettaskcounts) and [List Pool Node Counts](/rest/api/batchservice/account/listpoolnodecounts) operations to get counts for Batch tasks and compute nodes. For more information, see [Monitor Batch solutions by counting tasks and nodes by state](batch-get-resource-counts.md).
159159

160+
[!INCLUDE [horz-monitor-insights](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-insights.md)]
161+
162+
### Application Insights
163+
160164
You can integrate Application Insights with your Azure Batch applications to instrument your code with custom metrics and tracing. For a detailed walkthrough of how to add Application Insights to a Batch .NET solution, instrument application code, monitor the application in the Azure portal, and build custom dashboards, see [Monitor and debug an Azure Batch .NET application with Application Insights](monitor-application-insights.md) and accompanying [code sample](https://github.com/Azure/azure-batch-samples/tree/master/CSharp/ArticleProjects/ApplicationInsights).
161165

162166
## Related content

articles/data-factory/includes/data-factory-v2-connector-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ ms.author: jianleishen
113113
| &nbsp; | [Zoho (Preview)](../connector-zoho.md) | ✓/− | || | ||
114114

115115
> [!NOTE]
116-
> Any connector marked as *Preview* means that you can try it out and give us feedback. If you want to take a dependency on preview connectors in your solution, please contact [Azure support](https://azure.microsoft.com/support/).
116+
> Connectors marked *Preview* are available to try, but are not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.

articles/lab-services/connect-virtual-machine-chromebook-remote-desktop.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,18 @@ To connect to the lab VM by using RDP, use the Microsoft Remote Desktop app.
2323

2424
To install the Microsoft Remote Desktop app:
2525

26-
1. Open the Play Store on your Chromebook, and search for **Microsoft Remote Desktop**.
26+
1. In the Google Play store, open the Microsoft [Remote Desktop](https://play.google.com/store/apps/details?id=com.microsoft.rdc.androidx&pli=1) page, or search for **Microsoft Remote Desktop**.
2727

28-
:::image type="content" source="./media/connect-virtual-machine-chromebook-remote-desktop/install-remote-desktop-chromebook.png" alt-text="Screenshot of the Microsoft Remote Desktop app in the app store." lightbox="./media/connect-virtual-machine-chromebook-remote-desktop/install-remote-desktop-chromebook.png":::
28+
:::image type="content" source="./media/connect-virtual-machine-chromebook-remote-desktop/google-play.png" alt-text="Screenshot of the Microsoft Remote Desktop app in the app store." lightbox="./media/connect-virtual-machine-chromebook-remote-desktop/google-play.png":::
29+
30+
1. Verify that the app is available for your device.
31+
32+
:::image type="content" source="./media/connect-virtual-machine-chromebook-remote-desktop/google-play-verify.png" alt-text="Screenshot of the Microsoft Remote Desktop app in the app store with the app availability message highlighted." lightbox="./media/connect-virtual-machine-chromebook-remote-desktop/google-play-verify.png":::
33+
34+
1. Select **Install** to install the app. If prompted, select the device on which to install the app.
35+
36+
:::image type="content" source="./media/connect-virtual-machine-chromebook-remote-desktop/install-select-device.png" alt-text="Screenshot of the Microsoft Remote Desktop app select device dialog." lightbox="./media/connect-virtual-machine-chromebook-remote-desktop/install-select-device.png":::
2937

30-
1. Select **Install** to install the latest version of the Remote Desktop application by Microsoft Corporation.
3138

3239
## Access the VM from your Chromebook using RDP
3340

@@ -60,6 +67,11 @@ Connect to the lab VM by using the remote desktop application. You can retrieve
6067
> [!NOTE]
6168
> The Microsoft Remote Desktop app is the recommended client for connecting to Azure Lab Services VMs. While you can connect to a lab VM from a Chromebook using RDP clients like Chrome Remote Desktop, third-party apps often need software installation and configuration on the VM. Coordinate with your lab administrator to confirm third-party app usage is permitted.
6269
70+
For more information about Microsoft Remote Desktop app, see:
71+
- [What's new in the Remote Desktop client for Android and Chrome OS](/windows-server/remote/remote-desktop-services/clients/android-whatsnew)
72+
- [Connect to Azure Virtual Desktop with the Remote Desktop client for Android and Chrome OS](../virtual-desktop/users/connect-android-chrome-os.md)
73+
74+
6375
## Related content
6476

6577
- As an educator, [configure RDP for Linux VMs](how-to-enable-remote-desktop-linux.md)
241 KB
Loading

0 commit comments

Comments
 (0)