Skip to content

Commit c266202

Browse files
authored
Update troubleshoot-failed-state.md
1 parent f856263 commit c266202

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/networking/troubleshoot-failed-state.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Troubleshoot Microsoft.Network Failed Provisioning State'
3-
description: Learn how to troubleshoot Microsoft.Network Failed Provisioning State.
2+
title: 'Troubleshoot Azure Microsoft.Network failed Provisioning State'
3+
description: Learn how to troubleshoot Azure Microsoft.Network failed Provisioning State.
44
services: networking
55
author: stegag
66

@@ -11,7 +11,7 @@ ms.author: stegag
1111

1212
---
1313

14-
# Troubleshoot Microsoft.Network Failed provisioning state
14+
# Troubleshoot Azure Microsoft.Network failed provisioning state
1515

1616
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**.
1717

@@ -42,13 +42,13 @@ The correct way to restore succeeded state is to execute another write (PUT) ope
4242

4343
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.
4444

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.
4646

4747
> [!IMPORTANT]
4848
> 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.
4949
> 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.
5050
>
51-
## Azure Powershell cmdlets to restore Succeeded provisioning state
51+
## Azure PowerShell cmdlets to restore succeeded provisioning state
5252

5353
[!INCLUDE [updated-for-az](../../includes/hybrid-az-ps.md)]
5454

0 commit comments

Comments
 (0)