You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(infrastructure): use correct networking for servicebus (#1320)
<!--- Provide a general summary of your changes in the Title above -->
## Description
<!--- Describe your changes in detail -->
Service bus resolved the network in the same way as for Redis, so
refactoring to do the same. Creating a new dnszone with the proper
naming + a dnsgroup
## Related Issue(s)
- #{issue number}
## Verification
- [ ] **Your** code builds clean without any errors or warnings
- [ ] Manual testing done (required)
- [ ] Relevant automated test added (if you find this hard, leave it and
we'll help out)
## Documentation
- [ ] Documentation is updated (either in `docs`-directory, Altinnpedia
or a separate linked PR in
[altinn-studio-docs.](https://github.com/Altinn/altinn-studio-docs), if
applicable)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Introduced a private endpoint for enhanced secure connectivity to the
Service Bus namespace.
- Added a new module for managing a private DNS zone group.
- **Improvements**
- Updated DNS zone configurations for better resolution and security.
- Enhanced naming conventions for resources to ensure compliance with
character limits.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments