私はサービスファブリッククラスタをいくつか破壊しましたが、現在は「ステータス:サービスが到達不能です」と表示されています。サービスファブリックステータス:アップグレードサービスに到達できません
何が間違っているかを確認するにはどうすればよいですか?私のVMは稼働していますが、私はSF Explorerにアクセスできません。AzureポータルのSFブレードにはノードがありません!
私はこれがreverse proxyの設定と関係があると考えています。私が展開すると、reverseProxyEndpointPort
プロパティにダウンロードされ、デフォルト5VMのテンプレートを変更して、コメントを追加しているVMの私は、このメッセージが表示されます
Starting deployment...
New-AzureRmResourceGroupDeployment : 10:53:09 - Resource Microsoft.Compute/virtualMachineScaleSets 'Default' failed with message '{
"status": "Failed",
"error": {
"code": "ResourceDeploymentFailure",
"message": "The resource operation completed with terminal provisioning state 'Failed'.",
"details": [
{
"code": "VMExtensionHandlerNonTransientError",
"message": "Handler 'Microsoft.Azure.ServiceFabric.ServiceFabricNode' has reported failure for VM Extension
'Default_ServiceFabricNode' with terminal error code '1009' and error message: 'Enable failed for plugin (name:
Microsoft.Azure.ServiceFabric.ServiceFabricNode, version 1.0.0.33) with exception Command
C:\\Packages\\Plugins\\Microsoft.Azure.ServiceFabric.ServiceFabricNode\\1.0.0.33\\ServiceFabricExtensionHandler.exe of
Microsoft.Azure.ServiceFabric.ServiceFabricNode has exited with Exit code: -532462766'"
}
]
}
}'
At C:\Users\User\Downloads\template\deploy.ps1:104 char:5
+ New-AzureRmResourceGroupDeployment -ResourceGroupName $resourceGr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [NewAzureRmResourceGroupDeployment], Exception
+ FullyQualifiedErrorId : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceGroupDeploymentCmdlet
-fabric-reverseproxy サービスを再起動しようとしましたが、それでも失敗しました。私は、リソースグループを削除し、テンプレートをダウンロードして、 'reverseProxyEndpointPort'プロパティでデプロイしようとしました。上記のエラー(編集された質問)でデプロイメントが失敗します – Mardoxx
前に見たことがありません。どのマシンサイズを使用していますか?あまりにも遅いマシンを使用すると、展開の問題が発生することがよくあります。 – LoekD
Standard_A0、おそらくその理由は? – Mardoxx