You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Learn how to troubleshoot Azure Microsoft.Network failed Provisioning State.
4
4
services: networking
5
5
author: stegag
6
6
@@ -11,7 +11,7 @@ ms.author: stegag
11
11
12
12
---
13
13
14
-
# Troubleshoot Microsoft.Network Failed provisioning state
14
+
# Troubleshoot Azure Microsoft.Network failed provisioning state
15
15
16
16
This article helps understand the meaning of various provisioning states for Microsoft.Network resources and how to effectively troubleshoot situations when the state is **Failed**.
17
17
@@ -42,13 +42,13 @@ The correct way to restore succeeded state is to execute another write (PUT) ope
42
42
43
43
Most times, the issue that caused the previous operation might no longer be current, hence the newer write operation should be successful and restore the provisioning state.
44
44
45
-
The easiest way to achieve this task is to use Azure Powershell. You will need to issue a resource-specific "Get" command that fetches all the current configuration for the impacted resource as it is deployed. Next, you can execute a "Set" command (or equivalent) to commit to Azure a write operation containing all the resource properties as they are currently configured.
45
+
The easiest way to achieve this task is to use Azure PowerShell. You will need to issue a resource-specific "Get" command that fetches all the current configuration for the impacted resource as it is deployed. Next, you can execute a "Set" command (or equivalent) to commit to Azure a write operation containing all the resource properties as they are currently configured.
46
46
47
47
> [!IMPORTANT]
48
48
> 1. Executing a "Set" command on the resource without running a "Get" first will result in overwriting the resource with default settings which might be different from those you currently have configured. Do not just run a "Set" command unless resetting settings is intentional.
49
49
> 2. Executing a "Get" and "Set" operation using third party software or otherwise any tool using older API version may also result in loss of some settings, as those may not be present in the API version with which you have executed the command.
50
50
>
51
-
## Azure Powershell cmdlets to restore Succeeded provisioning state
51
+
## Azure PowerShell cmdlets to restore succeeded provisioning state
0 commit comments