-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Conversation
Noticed a few questions on using this cmdlet to deploy a VM without a public IP - created an example demonstrating how too accomplish this.
Can one of the admins verify this patch? |
There was a problem hiding this 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 |
There was a problem hiding this comment.
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>
?
@azuresdkci add to whitelist |
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
CONTRIBUTING.md
platyPS
module