Skip to content

Commit

Permalink
Merge pull request #654 from esvmicrosoft/patch-4
Browse files Browse the repository at this point in the history
Update redhat-create-upload-vhd.md
  • Loading branch information
prmerger-automator[bot] authored Nov 25, 2024
2 parents 3be222b + 4af772e commit d54b010
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions articles/virtual-machines/linux/redhat-create-upload-vhd.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,13 @@ This section assumes that you've already obtained an ISO file from the Red Hat w
1. Configure `cloud-init` telemetry to assist with troubleshooting for provisioning issues:
```bash
sudo tee >> /etc/cloud/cloud.cfg.d/10-azure-kvp.cfg << EOF
# This config enables cloud-init to report provisioning telemetry to aid with troubleshooting
Reporting:
logging:
type: log
telemetry:
type: hyperv
sudo tee >> /etc/cloud/cloud.cfg.d/10-azure-kvp.cfg << EOF
# This config enables cloud-init to report provisioning telemetry to aid with troubleshooting
Reporting:
logging:
type: log
telemetry:
type: hyperv
EOF
```
Expand Down Expand Up @@ -459,13 +459,13 @@ This section assumes that you've already obtained an ISO file from the Red Hat w
1. Configure `cloud-init` telemetry to assist with troubleshooting for provisioning issues:
```bash
sudo tee >> /etc/cloud/cloud.cfg.d/10-azure-kvp.cfg << EOF
# This config enables cloud-init to report provisioning telemetry to aid with troubleshooting
Reporting:
logging:
type: log
telemetry:
type: hyperv
sudo tee >> /etc/cloud/cloud.cfg.d/10-azure-kvp.cfg << EOF
# This config enables cloud-init to report provisioning telemetry to aid with troubleshooting
Reporting:
logging:
type: log
telemetry:
type: hyperv
EOF
```
Expand Down Expand Up @@ -869,13 +869,13 @@ This section shows you how to use KVM to prepare RHEL 7 to upload to Azure.
1. Configure `cloud-init` telemetry to assist with troubleshooting for provisioning issues:
```bash
sudo tee /etc/cloud/cloud.cfg.d/10-azure-kvp.cfg << EOF
# This config enables cloud-init to report provisioning telemetry to aid with troubleshooting
Reporting:
logging:
type: log
telemetry:
type: hyperv
sudo tee >> /etc/cloud/cloud.cfg.d/10-azure-kvp.cfg << EOF
# This config enables cloud-init to report provisioning telemetry to aid with troubleshooting
Reporting:
logging:
type: log
telemetry:
type: hyperv
EOF
```
Expand Down Expand Up @@ -1275,13 +1275,13 @@ This section shows you how to use KVM to prepare RHEL 7 to upload to Azure.
1. Configure `cloud-init` telemetry to assist with troubleshooting for provisioning issues:
```bash
sudo tee /etc/cloud/cloud.cfg.d/10-azure-kvp.cfg << EOF
# This config enables cloud-init to report provisioning telemetry to aid with troubleshooting
Reporting:
logging:
type: log
telemetry:
type: hyperv
sudo tee >> /etc/cloud/cloud.cfg.d/10-azure-kvp.cfg << EOF
# This config enables cloud-init to report provisioning telemetry to aid with troubleshooting
Reporting:
logging:
type: log
telemetry:
type: hyperv
EOF
```
Expand Down

0 comments on commit d54b010

Please sign in to comment.