We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a request for the ability to add webapp vnet integration, so that networking configuration can be defined for a web app.
azure_rm_webapp_vnetintegration – Manage Web App Virtual Network Integrations. azure_rm_webapp_vnetintegration_info – Get Web App Virtual Network Integration facts.
This would allow someone to associate a virtual network with a web application.
- name: "Configure virtual network for web app." azure.azcollection.azure_rm_webapp_vnetintegration: resource_group: "MyResourceGroup" name: "MyWebapp" virtual_network_name: "MyVnetName" subnet: "MySubnetName"
Please offer thoughts/corrections to above naming. I plan to add a PR to support this feature and would like feedback in advance, if possible!
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
SUMMARY
This is a request for the ability to add webapp vnet integration, so that networking configuration can be defined for a web app.
ISSUE TYPE
COMPONENT NAME
azure_rm_webapp_vnetintegration – Manage Web App Virtual Network Integrations.
azure_rm_webapp_vnetintegration_info – Get Web App Virtual Network Integration facts.
ADDITIONAL INFORMATION
This would allow someone to associate a virtual network with a web application.
Please offer thoughts/corrections to above naming. I plan to add a PR to support this feature and would like feedback in advance, if possible!
The text was updated successfully, but these errors were encountered: