From 4f675db49618b618fe141d13bb70f15e4a7f8730 Mon Sep 17 00:00:00 2001 From: aykinoshita <74636331+aykinoshita@users.noreply.github.com> Date: Mon, 11 Mar 2024 09:11:32 +0900 Subject: [PATCH] Update addsAuthforAzureFiles.md --- articles/storage/addsAuthforAzureFiles.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/articles/storage/addsAuthforAzureFiles.md b/articles/storage/addsAuthforAzureFiles.md index 11f2481cb6..e48d2a4b13 100644 --- a/articles/storage/addsAuthforAzureFiles.md +++ b/articles/storage/addsAuthforAzureFiles.md @@ -92,6 +92,10 @@ Join-AzStorageAccount ` -DomainAccountType $DomainAccountType ` -OrganizationalUnitDistinguishedName $OuDistinguishedName ``` +各パラメータの詳細につきましては、以下公開情報をご確認ください。 + +□参考:[Join-AzStorageAccount を実行する](https://learn.microsoft.com/ja-jp/azure/storage/files/storage-files-identity-ad-ds-enable#run-join-azstorageaccount) + 実行例 ![](addsAuthforAzureFiles/AzureFiles23.png)