Skip to content

Commit f2e36c1

Browse files
authored
Merge pull request #303848 from MicrosoftDocs/main
OOB Publish - 8/5 - 9:00 AM PT
2 parents 9ebf140 + 7a5d0bb commit f2e36c1

19 files changed

+287
-31
lines changed

articles/data-factory/connector-azure-database-for-postgresql.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: jianleishen
77
ms.subservice: data-movement
88
ms.topic: conceptual
99
ms.custom: synapse
10-
ms.date: 07/21/2025
10+
ms.date: 08/05/2025
1111
---
1212

1313
# Copy and transform data in Azure Database for PostgreSQL using Azure Data Factory or Synapse Analytics
@@ -570,6 +570,9 @@ Best practices to load data with partition option:
570570

571571
When transforming data in mapping data flow, you can read and write to tables from Azure Database for PostgreSQL. For more information, see the [source transformation](data-flow-source.md) and [sink transformation](data-flow-sink.md) in mapping data flows. You can choose to use an Azure Database for PostgreSQL dataset or an [inline dataset](data-flow-source.md#inline-datasets) as source and sink type.
572572

573+
> [!NOTE]
574+
> Currently, only basic authentication is supported for both V1 and V2 versions of the Azure Database for PostgreSQL connector in Mapping Data Flows.
575+
573576
### Source transformation
574577

575578
The below table lists the properties supported by Azure Database for PostgreSQL source. You can edit these properties in the **Source options** tab.

articles/frontdoor/front-door-faq.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,51 @@ sections:
268268
Front Door uses TLS 1.2 as the minimum version for all profiles created after September 2019.
269269
270270
You can choose to use TLS 1.2 or 1.3 with Azure Front Door. To learn more, read the [Azure Front Door end-to-end TLS](concept-end-to-end-tls.md) article.
271+
272+
- name: Certificate Management and DigiCert DCV Workflow Deprecation
273+
questions:
271274

275+
- question: |
276+
What is happening with DigiCert’s CNAME Delegation DCV workflow?
277+
answer: |
278+
On 15 August 2025, DigiCert will deprecate support for the legacy CNAME Delegation DCV workflow. DigiCert is transitioning to a new open-source software (OSS) domain control validation (DCV) platform designed to enhance transparency and accountability in domain validation processes. DigiCert will no longer support the legacy CNAME Delegation DCV workflow for domain control validation in the specified Azure services. [Learn more](https://learn.microsoft.com/en-us/azure/security/fundamentals/managed-tls-changes)
279+
280+
- question: |
281+
Which Azure Front Door SKUs are affected by this change?
282+
answer: |
283+
The deprecation impacts services that rely on CNAME-based validation for automated certificate issuance and renewal, including:
284+
285+
- Azure Front Door (classic)
286+
- Azure CDN from Microsoft (classic)
287+
288+
- question: |
289+
What will happen after 15 August 2025?
290+
answer: |
291+
Azure Front Door (classic) and Azure CDN from Microsoft (classic):
292+
- Will no longer support for new domain onboarding and new profile creation.
293+
- Will no longer support Azure-managed certificates.
294+
- Automation scripts for these actions will begin to fail.
295+
- Switching to managed certificates on existing domains will no longer be allowed.
296+
- Emergent renewals of managed certificates will not be possible due to the deprecation of CNAME-based validation.
297+
298+
- question: |
299+
What happens to existing managed certificates?
300+
answer: |
301+
Existing managed certificates will be automatically renewed before 15 August 2025 and remain valid until 14 April, 2026. However, any renewal required after 15 August 2025 will not be possible.
302+
303+
- question: |
304+
What actions should I take to avoid service disruption?
305+
answer: |
306+
Azure Front Door (classic)
307+
308+
- If you want to create new domains or profiles, or use Azure managed certificates, [migrate to Azure Front Door Standard or Premium](https://learn.microsoft.com/en-us/azure/frontdoor/tier-migration) before 15 August 2025.
309+
- If you're already using Azure managed certificates on existing domains, you can either [Move to Bring Your Own Certificate (BYOC)](https://learn.microsoft.com/en-us/azure/frontdoor/front-door-custom-domain-https?tabs=powershell) or [migrate to Azure Front Door Standard or Premium](https://learn.microsoft.com/en-us/azure/frontdoor/tier-migration) before 15 August 2025.
310+
311+
Azure CDN from Microsoft (classic)
312+
313+
- If you want to create new domains or profiles, or use Azure managed certificates, [migrate to Azure Front Door Standard or Premium](https://learn.microsoft.com/en-us/azure/cdn/migrate-tier?toc=%2Fazure%2Ffrontdoor%2Ftoc.json) before 15 August 2025.
314+
- If you're already using Azure managed certificates on existing domains, you can either [Move to Bring Your Own Certificate (BYOC)](https://learn.microsoft.com/en-us/azure/cdn/cdn-custom-ssl?toc=%2Fazure%2Ffrontdoor%2Ftoc.json&tabs=option-1-default-enable-https-with-a-cdn-managed-certificate) or [migrate to Azure Front Door Standard or Premium](https://learn.microsoft.com/en-us/azure/cdn/migrate-tier?toc=%2Fazure%2Ffrontdoor%2Ftoc.json) before 15 August 2025.
315+
272316
- name: Billing
273317
questions:
274318
- question: |

articles/healthcare-apis/azure-api-for-fhir/release-notes-2025.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ ms.author: kesheth
1919

2020
Azure API for FHIR® provides a fully managed deployment of the Microsoft FHIR Server for Azure. The server is an implementation of the [FHIR](https://hl7.org/fhir) standard. This document provides details about the features and enhancements made to Azure API for FHIR.
2121

22+
## August 2025
23+
### FHIR service
24+
25+
**Bulk Delete remove references feature**: The $bulk-delete operation now supports the option to remove references to resources that are being deleted. This means that if you delete a resource that is referenced by another resource, the reference will be removed from the referencing resource. More information [here](https://learn.microsoft.com/azure/healthcare-apis/fhir/fhir-bulk-delete#preview-capabilities-for-the-bulk-delete-operation).
26+
27+
**Patient export improvement**: Improved performance of Patient/$export functionality by splitting patients into smaller groups and processing them in parallel.
28+
29+
#### Bug fixes:
30+
31+
**Bulk delete and custom search parameter fix**: Previously, there was a bug where after using $bulk-delete to hard delete a custom search parameter, it was not possible to then create the same custom search parameter with the same url or code. This issue has been fixed, and you can now create a custom search parameter after using $bulk-delete to hard delete a custom search parameter with the same url or code.
32+
2233
## July 2025
2334

2435
#### Bug fixes:

articles/healthcare-apis/release-notes-2025.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ ms.custom:
1717

1818
This article describes features, enhancements, and bug fixes released in 2025 for the FHIR® service, Azure API for FHIR, DICOM® service, and MedTech service in Azure Health Data Services.
1919

20+
## August 2025
21+
### FHIR service
22+
23+
**Bulk Delete remove references feature**: The $bulk-delete operation now supports the option to remove references to resources that are being deleted. This means that if you delete a resource that is referenced by another resource, the reference will be removed from the referencing resource. More information [here](https://learn.microsoft.com/azure/healthcare-apis/fhir/fhir-bulk-delete#preview-capabilities-for-the-bulk-delete-operation).
24+
25+
**Patient export improvement**: Improved performance of Patient/$export functionality by splitting patients into smaller groups and processing them in parallel.
26+
27+
#### Bug fixes:
28+
29+
**Bulk delete and custom search parameter fix**: Previously, there was a bug where after using $bulk-delete to hard delete a custom search parameter, it was not possible to then create the same custom search parameter with the same url or code. This issue has been fixed, and you can now create a custom search parameter after using $bulk-delete to hard delete a custom search parameter with the same url or code. 
30+
2031
## July 2025
2132
### FHIR service
2233

articles/migrate/tutorial-discover-physical.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For discovering Linux servers, you can set up a least privileged sudo account by
6262

6363
**Set up Least privileged Linux user accounts**
6464

65-
- You need a sudo user account on the Linux servers you want to discover.
65+
- You need a user account that has sudo permissions to execute the below commands with no `NOPASSWD` on the Linux servers you want to discover.
6666
- This account helps collect configuration and performance data, perform software inventory (find installed applications), and enable agentless dependency analysis using SSH.
6767
- Ensure that you enable `NOPASSWD` for the account so it can run the required commands without asking for a password each time it uses sudo.
6868
- Modify the sudoers file to disable terminal (requiretty) for the user account.
@@ -318,4 +318,4 @@ After discovery starts, you can delete any added server from the appliance confi
318318
319319
## Next steps
320320

321-
Try [assessment of physical servers](tutorial-assess-physical.md) with Azure Migrate: Discovery and assessment.
321+
Try [assessment of physical servers](tutorial-assess-physical.md) with Azure Migrate: Discovery and assessment.

0 commit comments

Comments
 (0)