Skip to content

Added 3rd Example to New-AzureRMVM Documentation #6655

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 14, 2018
Merged

Added 3rd Example to New-AzureRMVM Documentation #6655

merged 5 commits into from
Jul 14, 2018

Conversation

da5is
Copy link
Contributor

@da5is da5is commented Jul 13, 2018

Noticed a few questions on using this cmdlet to deploy a VM without a public IP - created an example demonstrating how too accomplish this.

Description

After working with Aaron and Cormac on a customer request, found a lot of questions around using the create VM cmdlet to create private network VMs. This PR shows a 3rd example which does this. Did not update changelog since this is a documentation change only.

Checklist

Noticed a few questions on using this cmdlet to deploy a VM without a public IP - created an example demonstrating how too accomplish this.
@msftclas
Copy link

msftclas commented Jul 13, 2018

CLA assistant check
All CLA requirements met.

@da5is da5is changed the title Added 3rd Example Added 3rd Example to New-AzureRMVM Documentation Jul 13, 2018
@azuresdkci
Copy link

Can one of the admins verify this patch?

Copy link
Contributor

@twitchax twitchax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment. Otherwise, LGTM.

### Example 3: Create a VM from a marketplace image without a Public IP
```
$VMLocalAdminUser = "LocalAdminUser"
$VMLocalAdminSecurePassword = ConvertTo-SecureString "Password" -AsPlainText -Force
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change the password here to something that would need to be changed, e.g., <password>?

@cormacpayne
Copy link
Member

@azuresdkci add to whitelist

@maddieclayton maddieclayton merged commit cc604cf into Azure:preview Jul 14, 2018
@da5is da5is deleted the patch-1 branch July 16, 2018 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants