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

Feature request: register a resource provider used in subnet delegation even if no resource in that RP is being created by the template #16340

Open
nzthiago opened this issue Feb 6, 2025 · 0 comments
Labels
enhancement New feature or request Needs: Upvote This issue requires more votes to be considered

Comments

@nzthiago
Copy link
Member

nzthiago commented Feb 6, 2025

With Azure Functions Flex Consumption we have an interesting situation. For the Virtual Network Integration feature to work, the subnet delegation needs to be against Microsoft.App/subnet to work. But the function app's RP is Microsoft.Web.

This means in a bicep like this, there's no actual resource being created by the bicep against Microsoft.Web but there is a subnet delegation against it.

RP registrations seem to already happen according to this documentation, so this is a request for Bicep to also consider subnet delegations when auto-registering RPs.

@nzthiago nzthiago added the enhancement New feature or request label Feb 6, 2025
@github-project-automation github-project-automation bot moved this to Todo in Bicep Feb 6, 2025
@stephaniezyen stephaniezyen added Needs: Upvote This issue requires more votes to be considered and removed Needs: Triage 🔍 labels Feb 12, 2025
@stephaniezyen stephaniezyen added this to the Committed Backlog milestone Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Needs: Upvote This issue requires more votes to be considered
Projects
Status: Todo
Development

No branches or pull requests

2 participants