Skip to content

Commit 3f2b4dc

Browse files
Merge pull request #300877 from xpillons/xpillons/cloud_shell_note
Note on Cloud Shell not being supported when deploying CCWS
2 parents 2ba19fb + 06a30a9 commit 3f2b4dc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ms.author: padmalathas
99
# How to deploy a CycleCloud Workspace for Slurm environment using the CLI
1010

1111
Prerequisites: Users need to install the Azure CLI and Git and then sign into or set their Azure subscription.
12+
> [!IMPORTANT]
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.
1214
1315
- Clone the Azure CycleCloud Workspace for Slurm on the latest stable release
1416

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ The Open OnDemand front end use Open ID Connect (OIDC) for authentication. The O
1212
## Microsoft Entra ID application registration right after a successful deployment
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

15+
> [!IMPORTANT]
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
1517
> [!NOTE]
16-
> 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.
1719
1820
```bash
1921
resource_group=<resource_group_name>

0 commit comments

Comments
 (0)