Powershell を使用して仮想ネットワーク (クラシック) を作成しました。ネットワーク ゲートウェイも作成されましたが、仮想ネットワークを削除できません。を実行すると: Remove-AzureVNetGateway -VNetName '<vnet>'
、次の出力が表示されます。
Remove-AzureVNetGateway : ConflictError: The current provisioning status of the gateway prevents this operation.
At line:1 char:1
+ Remove-AzureVNetGateway -VNetName '<vnet>'
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [Remove-AzureVNetGateway], CloudException
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.ServiceManagement.Network.Gateway.RemoveAzureVNetGateway
ゲートウェイがまだプロビジョニングされているようですが、もう 1 時間以上ゲートウェイを構成していません。を実行するget-azurevnetgateway -VNetName '<vnetname>'
と、次の出力が得られます。
LastEventData :
LastEventTimeStamp : 07-11-16 23:30:40
LastEventMessage : Successfully deleted the gateway for the following virtual network: GatewayManager_f63ad77a-a35c-4e19-ace5-8acaadddefae
LastEventID : 23004
State : NotProvisioned
VIPAddress :
DefaultSite :
GatewaySKU : Default
OperationDescription : Get-AzureVNetGateway
OperationId : b3f474b9-7468-331a-a8df-6c9b4de548e3
OperationStatus : Succeeded
誰が何でGatewayManager_f63ad77a-a35c-4e19-ace5-8acaadddefae
あるか知っていますか?仮想ネットワークを削除しようとする前に削除したのはゲートウェイですか?
これは、この仮想ネットワークの「構成」タブがどのように見えるかです。
「サイト間接続」がありません。ゲートウェイ サブネットの名前を変更しようとすると、次のメッセージが表示されます。