Skip to content

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

@billspat

Description

@billspat

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions