Azure で ANF を作成する際、以下のメッセージが表示されました。
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
WebUI ではサブスクリプション内のリソースプロバイダーで Microsoft.NetApp を選択して登録します。
Azure ANF The subscription was not found in Azure NetApp Files.