Skip to content

Commit 87d188b

Browse files
authored
Merge pull request #283821 from MicrosoftDocs/main
Publish to Live Wednesday 4AM PST 8/7
2 parents 679f835 + 87e2876 commit 87d188b

File tree

9 files changed

+41
-16
lines changed

9 files changed

+41
-16
lines changed

articles/azure-monitor/alerts/itsmc-dashboard-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Connector status errors in the ITSMC dashboard
33
description: Learn about common errors that exist in the IT Service Management Connector dashboard.
44
ms.author: abbyweisberg
55
ms.topic: conceptual
6-
ms.date: 06/19/2023
6+
ms.date: 08/06/2024
77
ms.reviewer: nolavime
88
---
99

articles/certification/edge-secured-core-devices.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: List of devices that have passed the Edge Secured-core certificatio
44
author: sufenfong
55
ms.author: sufon
66
ms.topic: conceptual
7-
ms.date: 07/22/2024
7+
ms.date: 08/06/2024
88
ms.custom: Edge Secured-core certified devices
99
ms.service: azure-certified-device
1010
---
@@ -16,7 +16,8 @@ This page contains a list of devices that have successfully passed the Edge Secu
1616
---|---|---|---
1717
|AAEON|[SRG-TG01](https://newdata.aaeon.com.tw/DOWNLOAD/2014%20datasheet/Systems/SRG-TG01.pdf)|Windows 10 IoT Enterprise|2022-06-14|
1818
|Advantech|[ITA-580](https://www.advantech.com/en-eu/products/5130beef-2b81-41f7-a89b-2c43c1f2b6e9/ita-580/mod_bf7b0383-e6b2-49d7-9181-b6fc752e188b)|Windows 10 IoT Enterprise|2024-07-08|
19-
|Asus|[PE200U](https://www.asus.com/networking-iot-servers/aiot-industrial-solutions/embedded-computers-edge-ai-systems/pe200u/)|Windows 10 IoT Enterprise|2022-04-20|
19+
|Asus|[NUC13L5K-B (i5)](https://www.asus.com/us/displays-desktops/nucs/nuc-mini-pcs/asus-nuc-13-pro/)|Windows 10 IoT Enterprise|2024-08-01|
20+
|Asus|[NUC13L5K-B (i7)](https://www.asus.com/us/displays-desktops/nucs/nuc-mini-pcs/asus-nuc-13-pro/)|Windows 10 IoT Enterprise|2024-08-01|
2021
|Asus|[PN64-E1 vPro](https://www.asus.com/ca-en/displays-desktops/mini-pcs/pn-series/asus-expertcenter-pn64-e1/)|Windows 10 IoT Enterprise|2023-08-08|
2122
|Asus|[NUC13L3Hv7](https://www.asus.com/us/displays-desktops/nucs/nuc-mini-pcs/asus-nuc-13-pro/)|Windows 10 IoT Enterprise|2023-04-28|
2223
|Asus|[NUC13L3Hv5](https://www.asus.com/us/displays-desktops/nucs/nuc-mini-pcs/asus-nuc-13-pro/)|Windows 10 IoT Enterprise|2023-04-12|
@@ -26,4 +27,5 @@ This page contains a list of devices that have successfully passed the Edge Secu
2627
|Asus|[NUC12WSKV7](https://www.asus.com/us/displays-desktops/nucs/nuc-kits/asus-nuc-12-pro/)|Windows 10 IoT Enterprise|2022-10-31|
2728
|Asus|BELM12HBv716W+CMB1AB|Windows 10 IoT Enterprise|2022-10-25|
2829
|Asus|[NUC11TNHv5000](https://www.asus.com/us/displays-desktops/nucs/nuc-kits/nuc-11-pro-kit/)|Windows 10 IoT Enterprise|2022-06-14|
30+
|Asus|[PE200U](https://www.asus.com/networking-iot-servers/aiot-industrial-solutions/embedded-computers-edge-ai-systems/pe200u/)|Windows 10 IoT Enterprise|2022-04-20|
2931
|Lenovo|[ThinkEdge SE30](https://www.lenovo.com/us/en/p/desktops/thinkedge/thinkedge-se30/len102c0004)|Windows 10 IoT Enterprise|2022-04-06|

articles/energy-data-services/how-to-set-up-private-links.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,30 @@ Use the following steps to create a private endpoint for an existing Azure Data
155155
>
156156
> [![Screenshot that shows options for rejecting or approving a request to create a private endpoint.](media/how-to-manage-private-links/private-links-10-awaiting-approval.png)](media/how-to-manage-private-links/private-links-10-awaiting-approval.png#lightbox)
157157
158+
## Manage multiple endpoints in the same virtual network
159+
### Access via IP vs DNS
160+
In the same virtual network, you can create multiple endpoints. Each end point will have a different IP. It is not possible to resolve one host name with two difference IPs.
161+
- If you access the resource via IP:
162+
- The resource will be accessible only via the latest private IP address.
163+
- All the previous private IPs in the same vnet will become dangling.
164+
- Even when you delete the latest IP, all the previous IPs still remain dangling.
165+
- If you access via DNS name: You won't see any difference.
166+
167+
168+
### Know which endpoint the resource is connected to
169+
1. Go to any of the private endpoints, to the DNS configuration, and to Private DNS Zone associated with ADME resource.
170+
171+
[![Screenshot that shows DNS Config.](media/how-to-manage-private-links/private-links-17-dns-config.png)](media/how-to-manage-private-links/private-links-17-dns-config.png#lightbox)
172+
173+
174+
2. In the private DNS zone, check the IP associated with the entry for your Azure Data Manager for Energy instance.
175+
176+
[![Screenshot that shows DNS Zone.](media/how-to-manage-private-links/private-links-18-dns-zone.png)](media/how-to-manage-private-links/private-links-18-dns-zone.png#lightbox)
177+
178+
179+
3. This is the IP to which your resource is connected.
180+
181+
158182
## Next steps
159183
<!-- Add a context sentence for the following links -->
160184
To learn more about using Customer Lockbox as an interface to review and approve or reject access requests.
184 KB
Loading
216 KB
Loading

articles/energy-data-services/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@
6868
href: how-to-manage-legal-tags.md
6969
- name: Manage data partitions
7070
href: how-to-add-more-data-partitions.md
71+
- name: Deploy Geospatial Consumption Zone (GCZ)
72+
href: how-to-deploy-gcz.md
7173
- name: Deploy OSDU Admin UI
7274
href: how-to-deploy-osdu-admin-ui.md
7375
- name: How to enable External Data Sources (EDS)

articles/hdinsight/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,9 @@ items:
264264
- name: New Azure Monitor experience Migration
265265
href: ./hdinsight-hadoop-oms-log-analytics-tutorial.md
266266
- name: Selective Logging
267-
href: ./selective-logging-analysis-azure-logs.md
267+
href: ./selective-logging-analysis-azure-logs.md
268+
- name: Enable new Azure Monitor integration
269+
href: ./log-analytics-migration.md
268270
- name: Use Azure Monitor Agent
269271
items:
270272
- name: Azure Monitor Agent Migration
@@ -279,8 +281,6 @@ items:
279281
href: ./hdinsight-cluster-availability.md
280282
- name: Cluster availability - Azure Monitor logs
281283
href: ./cluster-availability-monitor-logs.md
282-
- name: Enable new Azure Monitor integration
283-
href: ./log-analytics-migration.md
284284
- name: Monitoring data reference
285285
href: monitor-hdinsight-reference.md
286286
- name: Troubleshoot

articles/hdinsight/log-analytics-migration.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This document outlines the changes to the Azure Monitor integration and provides
4848

4949
## Customer scenarios
5050

51-
The following sections describe how customers can use the new Azure Monitor integration in different scenarios. The [Activate a new Azure Monitor integration](#activate-a-new-azure-monitor-integration) section outlines how to activate and use the new Azure Monitor integration. The [Migrating from Azure Monitor Classic to the new Azure Monitor Integration](#migrate-to-the-new-azure-monitor-integration) section includes additional information for users that depend on the old Azure Monitor integration.
51+
The following sections describe how customers can use the new Azure Monitor integration in different scenarios. The [Activate a new Azure Monitor integration](./azure-monitor-agent.md#activate-a-new-azure-monitor-agent-integration) section outlines how to activate and use the new Azure Monitor integration. The [Migrating from Azure Monitor Classic to the new Azure Monitor Integration](#migrate-to-the-new-azure-monitor-integration) section includes additional information for users that depend on the old Azure Monitor integration.
5252

5353
> [!NOTE]
5454
> Only clusters created in late-September 2020 and after are eligible for the new Azure Monitoring integration.
@@ -166,11 +166,12 @@ Creating new clusters with classic Azure Monitor integration is not available af
166166

167167
## Release and support timeline
168168

169-
- Classic Azure Monitoring integration will be unavailable after October 15, 2021. You can't enable classic Azure Monitoring integration after that date.
170-
- Existing classic Azure monitoring integrations will continue to work. There will be limited support for the classic Azure Monitoring integration.
171-
- Issues will be investigated once customers submit the support ticket.
172-
- If solution requires image change, customers should move to the new integration.
173-
- We won't patch the classic Azure Monitoring integration clusters except for critical security issues.
169+
* Classic Azure Monitoring integration isn't unavailable after October 15, 2021. You can't enable classic Azure Monitoring integration after that date.
170+
* Classic Azure Monitoring integration ingestion will not be working after August 31, 2024.
171+
* HDInsight clusters with Azure Monitor integration (preview) will not be supported beyond February 1, 2025.
172+
* Existing Azure Monitor integration(preview) will continue to work, until January 31, 2025. There will be limited support for the Azure Monitor integration(preview).
173+
* If solution requires image change, customers should move to the new integration.
174+
* Microsoft will not patch the Azure Monitor integration (preview) clusters except for critical security issues.
174175

175176
## Appendix: Table mapping
176177

articles/synapse-analytics/spark/synapse-file-mount-api.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,6 @@ mssparkutils.fs.unmount("/test")
274274

275275
+ Mounting a Data Lake Storage Gen1 storage account is not supported for now.
276276

277-
## Known issues:
278-
279-
+ In Spark 3.4, the mount points might be unavailable when there are multiple active sessions running in parallel in the same cluster. You can mount with `workspace` scope to avoid this issue.
280-
281277
## Next steps
282278

283279
- [Get started with Azure Synapse Analytics](../get-started.md)

0 commit comments

Comments
 (0)