Skip to content

Commit 06a30a9

Browse files
committed
update after review
1 parent ddbde06 commit 06a30a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/cyclecloud/how-to/ccws/deploy-with-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: padmalathas
1010

1111
Prerequisites: Users need to install the Azure CLI and Git and then sign into or set their Azure subscription.
1212
> [!IMPORTANT]
13-
> The following command has to be run from a Linux shell with Azure CLI installed and logged in to the Azure account used for the deployment. Azure Cloud Shell isn't supported for this scenario.
13+
> Execute the following command from a Linux shell where Azure CLI is installed and authenticated with the Azure account designated for deployment. Please note that Azure Cloud Shell isn't supported for this scenario.
1414
1515
- Clone the Azure CycleCloud Workspace for Slurm on the latest stable release
1616

articles/cyclecloud/how-to/ccws/register-entra-id-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ The Open OnDemand front end use Open ID Connect (OIDC) for authentication. The O
1313
After the deployment is finished, it's necessary to execute the following commands from a Linux shell with Azure CLI installed to register and configure the Microsoft Entra ID application for authentication. The account logged into the CLI must have the appropriate permissions to register an application and its active subscription must be the one used for the deployment if it isn't already set.
1414

1515
> [!IMPORTANT]
16-
> The following command has to be run from a Linux shell with Azure CLI installed and logged in to the Azure account used for the deployment. Azure Cloud Shell isn't supported for this command.
16+
> Execute the following command from a Linux shell where Azure CLI is installed and authenticated with the Azure account designated for deployment. Please note that Azure Cloud Shell isn't supported for this scenario
1717
> [!NOTE]
18-
> Make sure you have `jq` utility installed on your system!
18+
> Ensure the command-line tool `jq` for JSON processing is installed on your system.
1919
2020
```bash
2121
resource_group=<resource_group_name>

0 commit comments

Comments
 (0)