You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
18
18
19
19
## Managing Azure Cosmos DB for PostgreSQL using Terraform
title: Release Notes for Azure Database for MySQL Flexible Server - March 2025
2
+
title: Release Notes for Azure Database for MySQL - March 2025
3
3
description: Learn about the release notes for Azure Database for MySQL Flexible Server March 2025.
4
4
author: xboxeer
5
5
ms.author: yuzheng1
6
6
ms.reviewer: maghan
7
-
ms.date: 03/14/2025
7
+
ms.date: 04/22/2025
8
8
ms.service: azure-database-mysql
9
9
ms.subservice: flexible-server
10
10
ms.topic: conceptual
11
11
---
12
12
13
13
# Azure Database For MySQL Flexible Server March 2025 Version Release Notes
14
14
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).
16
16
17
17
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.
18
18
@@ -22,18 +22,21 @@ No major or minor version upgrade for all existing servers.
22
22
23
23
To check your engine version, run `SELECT VERSION();` command at the MySQL prompt, or use the CLI command below
24
24
25
-
```bash
25
+
```bash
26
26
az mysql flexible-server show --resource-group {resource group name} --name {server name} --query "fullVersion"
27
27
```
28
+
28
29
> [!NOTE]
29
30
> You must have the Azure CLI installed and updated to the latest version to run the above CLI command.
30
31
31
32
## Features
32
33
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.
34
35
35
36
## Improvement
37
+
36
38
- No major improvement in this release.
37
39
38
40
## Known Issues Fix
41
+
39
42
- 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