Skip to content

Commit 5d01794

Browse files
authored
Merge pull request #107175 from dkkapur/patch-1
updating documentation for clarity
2 parents eae81eb + 231836b commit 5d01794

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/container-instances/container-instances-encrypt-data.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ The rest of the document covers the steps required to encrypt your ACI deploymen
3636

3737
The first step is to ensure that your [Azure tenant](https://docs.microsoft.com/azure/active-directory/develop/quickstart-create-new-tenant) has a service principal assigned for granting permissions to the Azure Container Instances service.
3838

39+
> [!IMPORTANT]
40+
> In order to run the following command and create a service principal successfully, confirm that you have permissions to create service principals in your tenant.
41+
>
42+
3943
The following CLI command will set up the ACI SP in your Azure environment:
4044

4145
```azurecli-interactive
@@ -44,6 +48,10 @@ az ad sp create --id 6bb8e274-af5d-4df2-98a3-4fd78b4cafd9
4448

4549
The output from running this command should show you a service principal that has been set up with "displayName": "Azure Container Instance Service."
4650

51+
In case you are unable to successfully create the service principal:
52+
* confirm that you have permissions to do so in your tenant
53+
* check to see if a service principal already exists in your tenant for deploying to ACI. You can do that by running `az ad sp show --id 6bb8e274-af5d-4df2-98a3-4fd78b4cafd9` and use that service principal instead
54+
4755
### Create a Key Vault resource
4856

4957
Create an Azure Key Vault using [Azure portal](https://docs.microsoft.com/azure/key-vault/quick-create-portal#create-a-vault), [CLI](https://docs.microsoft.com/azure/key-vault/quick-create-cli), or [PowerShell](https://docs.microsoft.com/azure/key-vault/quick-create-powershell).

0 commit comments

Comments
 (0)