-
Notifications
You must be signed in to change notification settings - Fork 3
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
Configure Azure firewall to allow requests to static files #337
Comments
Maybe the simplest solution is to rename the rule from |
@angela-tran That sounds great, I like that solution 👍
Shouldn't a match condition for the directory suffice? I wouldn't want to have to maintain a list of files here as well, if we can avoid that. |
Yeah, if we can do it for the static directory, I think that'd be preferred. I think we can do that using the |
This is a follow-up to #334.
We added two static files to our app with #335 and #336; however, our Azure firewall configuration does not give public access to those files.
We should update the firewall's custom rules to allow us to access those files.
The text was updated successfully, but these errors were encountered: