Skip to content

Commit 1c9c7df

Browse files
authored
Merge pull request #2012 from MicrosoftDocs/main
4/23/2025 AM Publish
2 parents f863ea4 + 32eb152 commit 1c9c7df

8 files changed

+76
-1078
lines changed

articles/cosmos-db/postgresql/reference-terraform.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 01/02/2024
1414

1515
[!INCLUDE [PostgreSQL](../includes/appliesto-postgresql.md)]
1616

17-
[Terraform](https://www.terraform.io/) enables the definition, preview, and deployment of cloud infrastructure. Using Terraform, you create configuration files using [HCL syntax](https://www.terraform.io/docs/configuration/syntax.html). The HCL syntax allows you to specify the cloud provider - such as Azure - and the elements that make up your cloud infrastructure. After you create your configuration files, you create an execution plan that allows you to preview your infrastructure changes before they're deployed. Once you verify the changes, you apply the execution plan to deploy the infrastructure.
17+
[Terraform](https://www.terraform.io/) enables the definition, preview, and deployment of cloud infrastructure. Using Terraform, you create configuration files using [HCL syntax](https://developer.hashicorp.com/terraform/language/syntax/configuration). The HCL syntax allows you to specify the cloud provider - such as Azure - and the elements that make up your cloud infrastructure. After you create your configuration files, you create an execution plan that allows you to preview your infrastructure changes before they're deployed. Once you verify the changes, you apply the execution plan to deploy the infrastructure.
1818

1919
## Managing Azure Cosmos DB for PostgreSQL using Terraform
2020

articles/mysql/flexible-server/concepts-customer-managed-key.md

+26-26
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Release Notes for Azure Database for MySQL Flexible Server - March 2025
2+
title: Release Notes for Azure Database for MySQL - March 2025
33
description: Learn about the release notes for Azure Database for MySQL Flexible Server March 2025.
44
author: xboxeer
55
ms.author: yuzheng1
66
ms.reviewer: maghan
7-
ms.date: 03/14/2025
7+
ms.date: 04/22/2025
88
ms.service: azure-database-mysql
99
ms.subservice: flexible-server
1010
ms.topic: conceptual
1111
---
1212

1313
# Azure Database For MySQL Flexible Server March 2025 Version Release Notes
1414

15-
We're excited to announce the March 2025 version of Azure Database for MySQL Flexible Server. Starting March 14, 2025, all new servers will automatically be onboarded to this latest version. Existing servers are upgraded during their next scheduled maintenance. If you prefer to upgrade your servers earlier, you can enroll in our Virtual Canary Program by following this [link](https://aka.ms/mysql/virtual-canary).
15+
We're excited to announce the March 2025 version of Azure Database for MySQL. All new servers are automatically onboarded to the latest version. Existing servers are upgraded during their next scheduled maintenance. If you prefer to upgrade your servers earlier, you can enroll in our Virtual Canary Program by visiting [Scheduled maintenance in Azure Database for MySQL](https://aka.ms/mysql/virtual-canary).
1616

1717
This new version introduces a range of new features and enhancements, resolves known issues, and includes essential security patches to ensure optimal performance and security.
1818

@@ -22,18 +22,21 @@ No major or minor version upgrade for all existing servers.
2222

2323
To check your engine version, run `SELECT VERSION();` command at the MySQL prompt, or use the CLI command below
2424

25-
```bash
25+
```bash
2626
az mysql flexible-server show --resource-group {resource group name} --name {server name} --query "fullVersion"
2727
```
28+
2829
> [!NOTE]
2930
> You must have the Azure CLI installed and updated to the latest version to run the above CLI command.
3031
3132
## Features
3233

33-
- Public Preview for HA with dedicated SLB. With this feature, a dedicated [SLB](https://learn.microsoft.com/azure/load-balancer/load-balancer-overview) is added to a High availability (HA) configuration, helping the HA servers leverage the benefits offered by SLB i.e., low latency, high throughput network traffic distribution of front-end requests to back-end servers. SLB managing the MySQL data traffic path will eliminate the need for changing the DNS during failover, thereby improving the failover time by ~ 20 seconds.
34+
- Public Preview for HA with dedicated SLB. With this feature, a dedicated [Load Balancer](/azure/load-balancer/load-balancer-overview) is added to a High availability (HA) configuration, helping the HA servers use the benefits offered by a load balancer i.e., low latency, high throughput network traffic distribution of front-end requests to back-end servers. SLB managing the MySQL data traffic path eliminates the need for changing the DNS during failover, thereby improving the failover time by ~ 20 seconds.
3435

3536
## Improvement
37+
3638
- No major improvement in this release.
3739

3840
## Known Issues Fix
41+
3942
- Fix the issue due to an internal error, the correct charges of your consumption for geo-redundant servers wasn't previously reflected in your billing. This issue is now resolved, and moving forward your billing aligns with the actual usage.

0 commit comments

Comments
 (0)