Skip to content
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

Add ability for webapp vnet integration #556

Closed
l3ender opened this issue Jun 3, 2021 · 0 comments · Fixed by #590
Closed

Add ability for webapp vnet integration #556

l3ender opened this issue Jun 3, 2021 · 0 comments · Fixed by #590
Labels
medium_priority Medium priority new_module_issue Request to add a new module

Comments

@l3ender
Copy link
Contributor

l3ender commented Jun 3, 2021

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
  • Feature Idea
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.

- 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!

@Fred-sun Fred-sun added medium_priority Medium priority new_module_issue Request to add a new module labels Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium_priority Medium priority new_module_issue Request to add a new module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants