EventGrid pe implementation
All Submissions:
- [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
- In the docs/upgrades/private-endpoints.md file
- [YES] I have updated the documentation accordingly.
- [YES] My code follows the code style of this project.
Current Behavior or Linked Issues
- #246 (closed) - Related to event grid private endpoints.
- Event grid it is heavily used by storage, schema, legal if event_grid publish it is enabled, therefore, private endpoint will improve the communication as well as secure if needed the backend resource.
- This private endpoint it can be enabled or disabled at will by using the
private_endpoints_enabled
flag.
Does this introduce a breaking change?
- [NO] - We had noticed this change in brownfield environments will go smoothly.
Other information
- Closes #246 (closed)
- Additionally fixed the data partition unit tests.