管理 GUI でこれを作成する機能が削除されたため、Azure Powershell を使用して Azure Managed Cache を作成しようとしています。
Add-AzureAccount を使用すると、通常の資格情報で Azure にログインできます。キャッシュを作成するコマンドを発行するとすぐに:
New-AzureManagedCache -Name mycachename -Location "North Europe" -Sku Basic -Memory 128MB
...すぐにエラーが発生します:
New-AzureManagedCache : Your Windows Azure credential in the Windows PowerShell session has expired. Please use Add-AzureAccount to login again.
At line:1 char:1
+ New-AzureManagedCache -Name mycachename -Location "North Europe" -Sku Basic -Memory 128MB
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [New-AzureManagedCache], AadAuthenticationCantRenewException
+ FullyQualifiedErrorId : Microsoft.Azure.Commands.ManagedCache.NewAzureManagedCache
再度ログインすると、同じエラーが発生し、ぐるぐる回っています。
これは、Azure のテクニカル サポートがない無料試用版を使用しているため、ご提案をお待ちしております。Azure サービスのステータスはすべて OK を示しています。