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

Azure deployment: use AppService output IPs to restrict access #263

Open
billspat opened this issue Feb 6, 2024 · 0 comments
Open

Azure deployment: use AppService output IPs to restrict access #263

billspat opened this issue Feb 6, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request infrastructure

Comments

@billspat
Copy link
Collaborator

billspat commented Feb 6, 2024

this is a reminder to use the appservices outbound IPs as a limit for other services, as we do with SendGrid.

To get a list of IPs that are used by the appservice outbound IPs in the azure deploy script :

az webapp show --resource-group <group_name> --name <app_name> --query outboundIpAddresses --output tsv

@billspat billspat added enhancement New feature or request infrastructure labels Feb 6, 2024
@billspat billspat self-assigned this Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request infrastructure
Projects
None yet
Development

No branches or pull requests

1 participant