-
Notifications
You must be signed in to change notification settings - Fork 807
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
User Story 89659 #224
User Story 89659 #224
Conversation
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.
Some minor changes then should be good @TomArcherMsft
@stemaMSFT @lonegunmanb I've made the requested edits and ready for another review. Thanks! |
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.
Hi @TomArcherMsft thanks for opening this pr! A few comments.
CC: @stemaMSFT @lonegunmanb Thanks for the great review. I believe I've addressed the issues you mention. Please verify that I made the edits correctly. Thanks! |
resource_group_name = azurerm_resource_group.rg.name | ||
storage_account_type = "Standard_LRS" | ||
create_option = "Empty" | ||
disk_size_gb = "1023" |
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.
Why the size is not 1024
but 1023
?
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.
Thanks @TomArcherMsft, LGTM, only one question remains but the pr is good to merge.
Thanks, @lonegunmanb. I made the change.
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.
Thanks @TomArcherMsft, LGTM, only one question remains but the pr is good to merge.
User Story 89659