-
Notifications
You must be signed in to change notification settings - Fork 15
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
Remove support for Internet
Service Tag for Data Provider IP addresses
#2331
Remove support for Internet
Service Tag for Data Provider IP addresses
#2331
Conversation
Internet
Service Tag for Data Provider IP addressesInternet
Service Tag for Data Provider IP addresses
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
Internet
Service Tag for Data Provider IP addressesInternet
Service Tag for Data Provider IP addresses
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the template text and docs need updating to reflect this?
Neither the template nor the docs actually mention this being an option |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just a couple of comments which I don't think should block merging.
Could you say more about the testing you did? I think what we want to ensure is that,
- Deployment works
- The allowed IP addresses are populated correctly
✅ Checklist
Enable foobar integration
rather than515 foobar
).develop
.🚦 Depends on
Removes support for the
Internet
service tag for data provider's IP address. This is not currently supported properly by Azure. Specifically, anNFS_v3
storage account cannot be set up using the IP with its default action being toALLOW
all traffic.It seems that this can be set after the initial set-up. The following warning is displayed in the portal:
Network access to the storage account seems to work as expected, despite the warning, but it still appears that setting up an account with this setting is blocked at the API level.
🌂 Related issues
Closes #2300
🔬 Tests
Tested locally. Fresh deployment successful, IP addresses on storage accounts correctly set.