Skip to content

Commit

Permalink
Copy Files From Source Repo (2024-07-19 19:28)
Browse files Browse the repository at this point in the history
  • Loading branch information
olprod committed Jul 20, 2024
1 parent 0310d14 commit 54d861f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Always Encrypted 기능에 대한 Azure SQL Database 지원을 사용하는 개
$location = (Get-AzResourceGroup -ResourceGroupName 'AZ500LAB10').Location
New-AzKeyVault -VaultName $kvName -ResourceGroupName 'AZ500LAB10' -Location $location
New-AzKeyVault -VaultName $kvName -ResourceGroupName 'AZ500LAB10' -Location $location -DisableRbacAuthorization
```
>**참고**: 마지막으로 실행된 명령의 출력에 자격 증명 모음 이름과 URI가 표시됩니다. 자격 증명 모음 URI는 `https://<vault_name>.vault.azure.net/` 형식입니다.
Expand Down

0 comments on commit 54d861f

Please sign in to comment.