Skip to content

Commit

Permalink
Merge pull request #22 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
8/26/2024 PM Publish
  • Loading branch information
Taojunshen authored Aug 26, 2024
2 parents b228684 + 0215ee3 commit b7b69f0
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,17 @@ Lastly, be sure to specify the `skuProfile` with **up to five** VM sizes. This s
},
```

### [Azure portal](#tab/portal-1)
1. Go to **Virtual machine scale sets**.
2. Select the **Create** button to go to the **Create a virtual machine scale set** view.
3. In the **Basics** tab, fill out the required fields. If the field isn't called out in the next sections, you can set the fields to what works best for your scale set.
4. Ensure that you select a region that Instance Mix is supported in.
5. Be sure **Orchestration mode** is set to **Flexible**.
6. In the **Size** section, click **Select up to 5 sizes (preview)** and the **Select a VM size** page appears.
7. Use the size picker to select up to five VM sizes. Once you've selected your VM sizes, click the **Select** button at the bottom of the page to return to the scale set Basics tab.
8. In the **Allocation strategy (preview)** field, select your allocation strategy.
9. You can specify other properties in subsequent tabs, or you can go to **Review + create** and select the **Create** button at the bottom of the page to start your Instance Flexible scale set deployment.

---

## Troubleshooting
Expand Down
3 changes: 2 additions & 1 deletion articles/virtual-machines/includes/disks-premv2-regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ Currently only available in the following regions:
- France Central (Three availability zones)
- Germany West Central (Three availability zones)
- Israel Central (Three availability zones)
- Italy North (Three availability zone)
- Italy North (Three availability zones)
- Japan East (Three availability zones)
- Korea Central (Three availability zones)
- Mexico Central (Three availability zones)
- North Europe (Three availability zones)
- Norway East (Three availability zones)
- Poland Central (Three availability zones)
Expand Down
4 changes: 2 additions & 2 deletions articles/virtual-machines/linux/use-remote-desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ echo xfce4-session >~/.xsession
Restart the xrdp service for the changes to take effect as follows:

```bash
sudo service xrdp restart
sudo systemctl restart xrdp
```

## Set a local user account password
Expand Down Expand Up @@ -170,7 +170,7 @@ tcp 0 0 0.0.0.0:3389 0.0.0.0:* LISTEN 53188/xrdp
If the *xrdp-sesman* service isn't listening, on an Ubuntu VM restart the service as follows:

```bash
sudo service xrdp restart
sudo systemctl restart xrdp
```

Review logs in */var/log* on your Ubuntu VM for indications as to why the service may not be responding. You can also monitor the syslog during a remote desktop connection attempt to view any errors:
Expand Down

0 comments on commit b7b69f0

Please sign in to comment.