From 0184f9b2742b42f653d52bafa898539d175c7cbe Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Sun, 2 Mar 2025 00:18:36 +0900 Subject: [PATCH] =?UTF-8?q?Update=20README.md=20(Typo=20"Azure=20Cli"?= =?UTF-8?q?=E2=86=92"Azure=20CLI")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/microsoft/azure-maven-plugins/blob/develop/azure-webapp-maven-plugin/README.md #PingMSFTDocs --- azure-webapp-maven-plugin/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-webapp-maven-plugin/README.md b/azure-webapp-maven-plugin/README.md index 7968121329..2245316c5e 100644 --- a/azure-webapp-maven-plugin/README.md +++ b/azure-webapp-maven-plugin/README.md @@ -13,12 +13,12 @@ Please go through [Quickstart](https://docs.microsoft.com/en-us/azure/app-servic :book: You can also visit our [Wiki](https://github.com/microsoft/azure-maven-plugins/wiki/Azure-Web-App) for detailed documentation about Maven Webapp plugin. ## Authentication -For the easiest way, you can install [Azure Cli](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest), and sign-in using: +For the easiest way, you can install [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest), and sign-in using: ```shell az login ``` -Maven plugins supports Azure Cli and some other auth methods, see [Authentication](https://github.com/microsoft/azure-maven-plugins/wiki/Authentication) for details. +Maven plugins supports Azure CLI and some other auth methods, see [Authentication](https://github.com/microsoft/azure-maven-plugins/wiki/Authentication) for details. ## Quickstart