From 058810c1bbc1eaa3034ae7986574c2adf9aac722 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Wed, 11 Dec 2024 00:53:24 +0900 Subject: [PATCH] =?UTF-8?q?Update=20quickstart-create-bicep.md=20(Typo=20"?= =?UTF-8?q?flexible=20server"=E2=86=92"Flexible=20Server")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/MicrosoftDocs/azure-databases-docs/blob/main/articles/mysql/flexible-server/quickstart-create-bicep.md #PingMSFTDocs --- articles/mysql/flexible-server/quickstart-create-bicep.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/articles/mysql/flexible-server/quickstart-create-bicep.md b/articles/mysql/flexible-server/quickstart-create-bicep.md index 4a26c593e0..34927b7bee 100644 --- a/articles/mysql/flexible-server/quickstart-create-bicep.md +++ b/articles/mysql/flexible-server/quickstart-create-bicep.md @@ -26,7 +26,7 @@ ms.custom: ## Create a server that has public access -Modify the following code examples to create a *main.bicep* file and a *CreateFirewallRules.bicep* file. Use the files to create an Azure Database for MySQL flexible server that has public access and to create a database on the server. You might need to modify the default value of `firewallRules`. +Modify the following code examples to create a *main.bicep* file and a *CreateFirewallRules.bicep* file. Use the files to create an Azure Database for MySQL Flexible Server that has public access and to create a database on the server. You might need to modify the default value of `firewallRules`. *main.bicep*: @@ -177,7 +177,7 @@ Save the two Bicep files in the same directory. ## Create a server that has private access -Modify the following code samples to deploy an Azure Database for MySQL flexible server that has private access inside a virtual network: +Modify the following code samples to deploy an Azure Database for MySQL Flexible Server that has private access inside a virtual network: ```powershell @description('Provide a prefix for creating resource names.') @@ -344,7 +344,7 @@ Follow the instructions to enter the parameter values. When the deployment finis ## Review deployed resources -To verify that your Azure Database for MySQL flexible server was created in the resource group: +To verify that your Azure Database for MySQL Flexible Server was created in the resource group: # [Azure CLI](#tab/azure-cli)