Skip to content

Commit 3d62de4

Browse files
committed
updated text to resolve blocker
1 parent ef56ebd commit 3d62de4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

azure-local/manage/disconnected-operations-deploy.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -437,13 +437,11 @@ Install-Appliance @installAzureLocalParams -Verbose
437437
438438
If the installation fails because of incorrect network, identity, or observability settings, update the configuration object and run the `Install-appliance` command again.
439439

440-
Here's an example via a configuration object:
441-
442440
1. Modify the configuration object.
443441

444-
```powershell
445-
$ingressNetworkConfiguration.IngressIpAddress = '192.168.200.115'
446-
```
442+
```powershell
443+
$ingressNetworkConfiguration.IngressIpAddress = '192.168.200.115'
444+
```
447445
448446
1. Set `$installAzureLocalParams` and rerun the `Install-appliance` as shown in [Install and configure the appliance](#install-and-configure-the-appliance).
449447

0 commit comments

Comments
 (0)