-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[Compute] Add the hint to suggest users use the standard public IP when creating VM #15574
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Drewm3, @avirishuv. Issue DetailsDescription In the latest profile and the profiles that use the same api-version as latest profile, the default public IP used for VM creation will be expected to be changed from Basic to Standard in ~2-3 years. In order to avoid breaking change which has a big impact on users, we use the hint to guide users to use Standard public IP to create VM in the first stage. Specific Feature Request When user runs New-AzVM without specifying a -PublicIPAddressName AND -AllocationMethod Standard, we should add the message "It is recommended to use parameter "-AllocationMethod Standard" to create new VM with Standard public IP. Please note that it will become the default behavior for VM creation in the future.” This is the equivalent of this request in CLI, which has already been implemented: Azure/azure-cli#18662.
|
@avirishuv can you take a look at this? |
Hi team, any questions about this request? It has been implemented in CLI for a couple months already. |
Working to update this issue |
Hello again, it's been quite a few months. @jaylabell - what is eta for this? it seems like a very straightforward and simple change, it's just adding text notification at time of VM creation. |
@jaylabell Hi Jayla, any updates here? We are trying to move forward towards making Standard the default and need this as a prerequisite. |
This item was completed https://msazure.visualstudio.com/One/_workitems/edit/14469917 |
Description
In the latest profile and the profiles that use the same api-version as latest profile, the default public IP used for VM creation will be expected to be changed from Basic to Standard in ~2-3 years. In order to avoid breaking change which has a big impact on users, we use the hint to guide users to use Standard public IP to create VM in the first stage.
Specific Feature Request
When user runs New-AzVM without specifying a -PublicIPAddressName AND -AllocationMethod Standard, we should add the message "It is recommended to use parameter "-AllocationMethod Standard" to create new VM with Standard public IP. Please note that it will become the default behavior for VM creation in the future.”
This is the equivalent of this request in CLI, which has already been implemented: Azure/azure-cli#18662.
The text was updated successfully, but these errors were encountered: