Skip to content

[App Service] Access restriction service tags, http header and multi-source support#17687

Merged
qwordy merged 6 commits intoAzure:devfrom
madsd:access-restriction-service-tags
Apr 16, 2021
Merged

[App Service] Access restriction service tags, http header and multi-source support#17687
qwordy merged 6 commits intoAzure:devfrom
madsd:access-restriction-service-tags

Conversation

@madsd
Copy link
Contributor

@madsd madsd commented Apr 14, 2021

Description
Adds support for service tag, http header and multi-source access restriction rules
Fix #17135
Fix #16809

Testing Guide
az webapp config access-restriction add -n [web-name] -g [resource-group] -p 100 --service-tag AzureCloud.WestEurope
az webapp config access-restriction add -n [web-name] -g [resource-group] -p 100 --service-tag AzureFrontDoor.Backend --http-header x-azure-fdid=xxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx
az webapp config access-restriction add -n [web-name] -g [resource-group] -p 100 --ip-address 192.168.0.0/32,2004::/128

az webapp config access-restriction remove -n [web-name] -g [resource-group] --service-tag AzureFrontDoor.Backend

History Notes

[App Service] az webapp/functionapp config access-restriction add/remove: Support for Service Tag, Http headers and multi-source rules.


This checklist is used to make sure that common guidelines for a pull request are followed.

@madsd madsd requested review from Juliehzl and qwordy as code owners April 14, 2021 10:24
@yungezz yungezz added the App Services az appservice label Apr 14, 2021
@qwordy qwordy merged commit e13ac14 into Azure:dev Apr 16, 2021
@Pangamma
Copy link

So when does this become a downloadable update?

@madsd
Copy link
Contributor Author

madsd commented Apr 19, 2021

  1. May

@qwordy qwordy added this to the S186 milestone Apr 20, 2021
@qwordy
Copy link
Member

qwordy commented Apr 20, 2021

So when does this become a downloadable update?

Code complete: 04/28/2021 Build to Cloud Shell: 04/29/2021 Official Release: 05/06/2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

App Services az appservice

Projects

None yet

4 participants