Skip to content

Commit eb9337c

Browse files
authored
Merge pull request #300730 from MicrosoftDocs/main
Publish to live, Tuesday 4 AM PST, 6/3
2 parents fcee1e5 + b8a211b commit eb9337c

File tree

219 files changed

+449
-465
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

219 files changed

+449
-465
lines changed

articles/backup/azure-elastic-storage-area-network-backup-support-matrix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Support matrix for Azure Elastic SAN Backup (preview)
33
description: Learn about the regional availability, supported scenarios, and limitations for backups of Azure Elastic SAN (preview).
44
ms.topic: reference
5-
ms.date: 05/21/2025
5+
ms.date: 06/03/2025
66
ms.custom: references_regions, engagement-fy24
77
ms.service: azure-backup
88
author: jyothisuri
@@ -15,7 +15,7 @@ This article summarizes the regional availability, supported scenarios, and limi
1515

1616
## Supported regions
1717

18-
Backups of Azure Elastic SAN are available in the following regions: Australia East, North Europe, East US 2.
18+
Backups are available in all Azure Public regions that Azure Elastic SAN supports. [Learn more](../storage/elastic-san/elastic-san-create.md#limitations).
1919

2020
## Supported and unsupported scenarios for Azure Elastic SAN protection (preview)
2121

articles/communication-services/quickstarts/tpe/teams-phone-extensibility-quickstart.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ This article describes how an independent software vendor (ISV) can provision Te
2424
- ISV’s Customer has access to Microsoft 365 Admin Center.
2525
- ISV has access to change Azure Communication Services Resource settings.
2626
- You grant Teams Tenant access to a CCaaS service for Graph API usage.
27-
- ISV is using the latest alpha version of Azure Communication Services Call Automation which as of publishing this document is 1.4.0-alpha.20250129.2 or newer.
28-
- ISV is using the Alpha version of the Azure Communication Services Client SDK v1.3.3 or newer.
27+
- ISV is using the .NET ACS Call Automation SDK version 1.5.0-beta.1
28+
- ISV is using the JavaScript ACS Call Automation SDK version 1.5.0-beta.2
29+
- ISV is using the JavaScript ACS Client SDK version 1.36.1-beta.1
2930
- You allowlisted the ISV’s Azure subscription in Microsoft Teams.
3031

3132
## Quick start
@@ -484,4 +485,4 @@ await callConnection.TransferCallToParticipantAsync(new TransferToParticipantOpt
484485
## Related articles
485486

486487
- [Teams Phone extensibility overview](../../concepts/interop/tpe/teams-phone-extensibility-overview.md)
487-
- [REST API for Teams Phone extensibility](./teams-phone-extensiblity-rest-api.md)
488+
- [REST API for Teams Phone extensibility](./teams-phone-extensiblity-rest-api.md)

articles/data-factory/data-flow-troubleshoot-guide.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: kromerm
66
ms.reviewer: daperlov
77
ms.subservice: data-flows
88
ms.topic: troubleshooting
9-
ms.date: 02/13/2025
9+
ms.date: 06/03/2025
1010
---
1111

1212
# Troubleshoot mapping data flows in Azure Data Factory (ADF)
@@ -1159,6 +1159,11 @@ Note: Please check that the given database is of type 'Dedicated SQL pool (forme
11591159
- **Cause**: Transient error
11601160
- **Recommendation**: Retry the request after a wait period.
11611161

1162+
### Error code: SystemErrorSynapseSparkJobFailed (Ongoing)
1163+
- **Message**: Job failed during run time with state=[dead]. Credentials were not provided for the WASB URI.
1164+
- **Cause**: Data flow is unsupported in Synapse workspaces using Spark version 3.4 when DEP (Data Exfiltration Protection) is enabled by selecting "Allow outbound data traffic only to approved targets" during workspace network configuration.
1165+
- **Recommendation**: Disable the above settings during workspace creation. For more information, see this [document](https://learn.microsoft.com/azure/synapse-analytics/security/how-to-create-a-workspace-with-data-exfiltration-protection)
1166+
11621167
## Miscellaneous troubleshooting tips
11631168
- **Issue**: Unexpected exception occurred and execution failed.
11641169
- **Message**: During Data Flow activity execution: Hit unexpected exception and execution failed.

articles/energy-data-services/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ This page is updated with the details about the upcoming release approximately a
2323

2424
<hr width = 100%>
2525

26+
## April 2025
27+
### Azure Data Manager for Energy available in four new regions
28+
Azure Data Manager for Energy is now available in four new regions: **South Africa North**, **Southeast Asia**, **Sweden Central**, and **UAE North**. This expansion allows customers and partners in these regions to deploy and manage energy data solutions closer to their operations, supporting improved performance and compliance with local regulations. Both Standard and Developer tiers are supported.
29+
30+
### 3D SEG-Y to OpenZGY Data Conversion Bug Fix
31+
This release fixes a bug in the 3D SEG-Y to OpenZGY conversion process. When you convert SEG-Y datasets with many inlines or crosslines not divisible by 64 after January 26, 2024, you may notice missing or empty traces in the resulting OpenZGY files. To resolve this issue, re-convert any affected datasets to ensure your OpenZGY files accurately reflect the original SEG-Y volumes.
32+
33+
### User OID added to service logs for traceability and audit purpose
34+
After this release, a dedicated OID (Object ID) field appears in the service logs to ensure that user IDs are correctly captured. This enhancement improves traceability and supports your auditing requirements.
35+
2636
## February 2025
2737
### Reservoir DDMS preview
2838
Reservoir DDMS (M23 version) is available as a preview feature on Azure Data Manager for Energy Developer tier as a fully integrated offering for customers and partners. See [How to enable Reservoir DDMS (Preview)](how-to-enable-reservoir-ddms.md) for more details.

articles/managed-grafana/how-to-share-dashboard.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: maud-lv
66
ms.author: malev
77
ms.service: azure-managed-grafana
88
ms.topic: how-to
9-
ms.date: 01/09/2025
9+
ms.date: 02/06/2025
1010
#customer intent : As a data analyst, I want to share Grafana dashboards and panels with stakeholders.
1111
---
1212

@@ -18,7 +18,6 @@ This article covers information about sharing access to Grafana dashboards with
1818

1919
- direct links
2020
- snapshots
21-
- HTML code for iframe embedding
2221
- library panels
2322
- JSON or PDF files
2423
- reports
@@ -88,10 +87,6 @@ The **Snapshot** tab lets you share an interactive dashboard or panel publicly.
8887
> [!TIP]
8988
> To disable public sharing of snapshots, open your Azure Managed Grafana workspace within the Azure portal, then go to **Settings** > **Configuration** > **Grafana Settings (Preview)**, and turn off the **External Enabled** option.
9089
91-
## Create HTML code for iframe embedding
92-
93-
From the **Embed** tab, generate HTML code used to embed an iframe with a panel. Optionally transform the current relative time range to an absolute time range and update theme.
94-
9590
### Create a library panel
9691

9792
Create a library panel that can be reused in other Grafana dashboards from the **Library panel** tab. Do this in a single step by selecting the **Create library panel** at the bottom of the tab. Optionally update the panel library name and select another folder in which to save the library panel.

articles/resource-mover/about-move-process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: About the move process in Azure Resource Mover
33
description: Learn about the process for moving resources across regions with Azure Resource Mover.
4-
author: ankitaduttaMSFT
4+
author: jyothisuri
55
ms.service: azure-resource-mover
66
ms.topic: overview
77
ms.date: 12/27/2024
8-
ms.author: ankitadutta
8+
ms.author: jsuri
99
ms.custom: UpdateFrequency.5
1010
#Customer intent: As an Azure admin, I want to understand how Azure Resource Mover works.
1111
---

articles/resource-mover/common-questions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Common questions about Azure Resource Mover?
33
description: Get answers to common questions about Azure Resource Mover.
4-
author: ankitaduttaMSFT
4+
author: jyothisuri
55
ms.service: azure-resource-mover
66
ms.custom: engagement-fy23, UpdateFrequency.5
77
ms.topic: faq
88
ms.date: 12/27/2024
9-
ms.author: ankitadutta
9+
ms.author: jsuri
1010
---
1111

1212
# Common questions

articles/resource-mover/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ metadata:
88
ms.service: azure-resource-mover
99
ms.topic: landing-page
1010

11-
author: ankitaduttaMSFT
12-
ms.author: ankitadutta
11+
author: jyothisuri
12+
ms.author: jsuri
1313
ms.date: 12/27/2024
1414
keywords: azure resource mover, azure regions, move across regions
1515

articles/resource-mover/manage-resources-created-move-process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Manage resources that are created during the virtual machine move process in Azure Resource Mover
33
description: Learn how to manage resources that are created during the virtual machine move process in Azure Resource Mover.
4-
author: ankitaduttaMSFT
4+
author: jyothisuri
55
ms.service: azure-resource-mover
66
ms.topic: how-to
77
ms.date: 12/27/2024
8-
ms.author: ankitadutta
8+
ms.author: jsuri
99
ms.custom: engagement-fy23
1010
---
1111

articles/resource-mover/modify-target-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Modify destination settings when moving Azure VMs between regions with Azure Resource Mover
33
description: Learn how to modify destination settings when moving Azure VMs between regions with Azure Resource Mover.
4-
author: ankitaduttaMSFT
4+
author: jyothisuri
55
ms.service: azure-resource-mover
66
ms.topic: how-to
77
ms.date: 12/27/2024
8-
ms.author: ankitadutta
8+
ms.author: jsuri
99
ms.custom: engagement-fy23, UpdateFrequency2
1010
#Customer intent: As an Azure admin, I want to modify destination settings when moving resources to another region using Azure Resource Mover.
1111

0 commit comments

Comments
 (0)