Skip to content

Commit

Permalink
Merge pull request #1050 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
12/12/2024 PM Publish
  • Loading branch information
Taojunshen authored Dec 12, 2024
2 parents e1ed9e1 + 53c4edb commit ff9b870
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ms.custom:

# Restart/stop/start an Azure Database for MySQL - Flexible Server instance

This article shows you how to perform restart, start and stop an Azure Database for MySQL flexible server instance by using Azure CLI.
This article shows you how to perform restart, start and stop an Azure Database for MySQL Flexible Server instance by using Azure CLI.

## Prerequisites

Expand All @@ -36,7 +36,7 @@ This article shows you how to perform restart, start and stop an Azure Database
az account set --subscription <subscription id>
```
- Create an Azure Database for MySQL flexible server instance if you haven't already created one by using the `az mysql flexible-server create` command.
- Create an Azure Database for MySQL Flexible Server instance if you haven't already created one by using the `az mysql flexible-server create` command.
```azurecli
az mysql flexible-server create --resource-group myresourcegroup --name myservername
Expand Down Expand Up @@ -91,7 +91,7 @@ az mysql flexible-server start
```

> [!IMPORTANT]
> Once the server has restarted successfully, all management operations are now available for the Azure Database for MySQL flexible server instance.
> Once the server has restarted successfully, all management operations are now available for the Azure Database for MySQL Flexible Server instance.
## Restart a server

Expand Down Expand Up @@ -121,9 +121,9 @@ az mysql flexible-server restart
```

> [!IMPORTANT]
> Once the server has restarted successfully, all management operations are now available for the Azure Database for MySQL flexible server instance.
> Once the server has restarted successfully, all management operations are now available for the Azure Database for MySQL Flexible Server instance.
## Related content

- [networking in Azure Database for MySQL flexible server](concepts-networking.md)
- [networking in Azure Database for MySQL Flexible Server](concepts-networking.md)
- [Create and manage virtual networks for Azure Database for MySQL - Flexible Server using the Azure portal](how-to-manage-virtual-network-portal.md)
11 changes: 10 additions & 1 deletion articles/postgresql/flexible-server/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Release notes for Azure DB for PostgreSQL - Flexible Server, includ
author: varun-dhawan
ms.author: varundhawan
ms.reviewer: maghan
ms.date: 12/4/2024
ms.date: 12/12/2024
ms.service: azure-database-postgresql
ms.subservice: flexible-server
ms.topic: overview
Expand All @@ -17,6 +17,15 @@ ms.topic: overview

This article highlights the latest updates and enhancements for Azure Database for PostgreSQL - Flexible Server, service including new feature releases, supported engine versions, available extensions, and other important announcements.

## Release: December 2024

- General Availability of [oracle_fdw](../extensions/concepts-extensions-versions.md#list-of-extensions-by-name) extension.
- General Availability of [index tuning](./concepts-index-tuning.md) on Azure Database for PostgreSQL flexible server.
- General Availability of the [Semantic Ranker Solution Accelerator](https://aka.ms/pg-ranker) for Azure Database for PostgreSQL flexible server.
- Public preview of [age](../extensions/concepts-extensions-versions.md#list-of-extensions-by-name) extension.
- Public preview of the [GraphRAG Solution Accelerator](https://aka.ms/pg-graphrag) for Azure Database for PostgreSQL flexible server.
- Public preview of [On-Demand Backups](./concepts-backup-restore.md#on-demand-backups-preview).

## Release: November 2024

- General availability of [High-Availability Health Status Monitoring](./how-to-monitor-high-availability.md) for Azure Database for PostgreSQL - Flexible Server.
Expand Down

0 comments on commit ff9b870

Please sign in to comment.