HOME > 問題解決一覧 > [Azure]NetAppアカウント作成時に「The subscription was not found in Azure NetApp Files. 」のエラーがでる
Azure NetApp Filesを作成するときにNetAppアカウント作成時に次のエラーが表示されます。
The subscription was not found in Azure NetApp Files. Please ensure that this subscription has been fully registered with Azure NetApp Files. Please note: There maybe a short delay after registering before it's possible to create/manage resources.
対象のサブスクリプションにてリソースプロバイダーにMicrosoft.NetApp
のプロバイダーを登録すれば作成できるようになります。
Azure-Cliでは次のようにコマンドを実行すると作成できます。
az provider register --namespace Microsoft.NetApp --wait
Azureの管理画面では下記の操作で作成できます。
このようにエラーがでなくなります。
この記事に関する質問やご意見・ご感想がありましたら、下記よりコメントください。
Githubアカウントでログインしていれば誰でも投稿できます。