-
Notifications
You must be signed in to change notification settings - Fork 377
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
[AVM Module Issue]: Missing the option to configure static ip on nic of virtual machine #3838
Comments
Important The "Needs: Triage 🔍" label must be removed once the triage process is complete! Tip For additional guidance on how to triage this issue/PR, see the BRM Issue Triage documentation. |
@aavdberg, thanks for submitting this issue for the Important A member of the @Azure/avm-res-compute-virtualmachine-module-owners-bicep or @Azure/avm-res-compute-virtualmachine-module-contributors-bicep team will review it soon! |
It's missing in the documentation and examples. NicConfigurations = [
{
ipConfigurations: [
{
name: 'ipconfig01'
primary: true
privateIPAllecationMethod: 'Static'
privateIPAddress: 'private ip address>
subnetResourceId: <subnet resource id>
}
]
nicSuffix: '-nic-01'
}
] |
Warning Tagging the AVM Core Team (@Azure/avm-core-team-technical-bicep) due to a module owner or contributor having not responded to this issue within 3 business days. The AVM Core Team will attempt to contact the module owners/contributors directly. Tip
|
Warning Tagging the AVM Core Team (@Azure/avm-core-team-technical-bicep) due to a module owner or contributor having not responded to this issue within 3 business days. The AVM Core Team will attempt to contact the module owners/contributors directly. Tip
|
Caution **This issue requires the AVM Core Team's (@Azure/avm-core-team-technical-bicep) immediate attention as it hasn't been responded to within 6 business days. ** Tip
|
Warning Tagging the AVM Core Team (@Azure/avm-core-team-technical-bicep) due to a module owner or contributor having not responded to this issue within 3 business days. The AVM Core Team will attempt to contact the module owners/contributors directly. Tip
|
Caution **This issue requires the AVM Core Team's (@Azure/avm-core-team-technical-bicep) immediate attention as it hasn't been responded to within 6 business days. ** Tip
|
@aavdberg thanks for bringing it up. Will investigate |
Check for previous/existing GitHub issues
Issue Type?
Feature Request
Module Name
avm/res/compute/virtual-machine
(Optional) Module Version
No response
Description
Option to configure a static IP on Nic
(Optional) Correlation Id
No response
The text was updated successfully, but these errors were encountered: