Skip to content

Commit fed75e3

Browse files
update
1 parent 05656b2 commit fed75e3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/iot-operations/troubleshoot/known-issues.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,15 @@ Follow these steps to resolve the issue.
5555

5656
Make sure to replace `<component-release-name>` with the release name of the components that are stuck. In the output, look for the last revision that has a status of `Deployed` or `Superseded` and note the revision number.
5757

58-
1. Using the revision number from step 2, rollback the Helm release to the last successful revision. You need to run the following command for each component, `<component-release-name>`, and its revision number, `<revision-number>`, from steps 1 and 2.
58+
1. Using the **revision number from step 2**, rollback the Helm release to the last successful revision. You need to run the following command for each component, `<component-release-name>`, and its revision number, `<revision-number>`, from steps 1 and 2.
5959

6060
```sh
6161
helm rollback <component-release-name> <revision-number> -n azure-iot-operations
6262
```
6363

64+
> [!IMPORTANT]
65+
> You need to repeat steps 2 and 3 for each component that is stuck. You reattempt the upgrade only after all components are rolled back to the last successful revision.
66+
6467
1. After the rollback of each component is complete, reattempt the upgrade using the following command:
6568

6669
```sh
@@ -73,8 +76,6 @@ Follow these steps to resolve the issue.
7376
az iot ops upgrade ....... --release-train stable --version 1.0.15
7477
```
7578

76-
> [!IMPORTANT]
77-
> You need to repeat steps 2 and 3 for each component that is stuck. You reattempt the upgrade only after all components are rolled back to the last successful revision.
7879

7980
## MQTT broker
8081

0 commit comments

Comments
 (0)