-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add private endpoint for eventgrid #783
Conversation
d5e57dd
to
759aa05
Compare
Please rebase pull request. |
…e need for copy and paste of DNS Zone names
2bd9fbd
to
a5dfd29
Compare
param serviceType string | ||
|
||
@description('The group id of the private endpoint service') | ||
@allowed([ |
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.
Todo, need to add more types/configuration here for additional private endpoints
@@ -66,5 +66,6 @@ module maestroInfra '../modules/maestro/maestro-infra.bicep' = { | |||
maxClientSessionsPerAuthName: maestroEventGridMaxClientSessionsPerAuthName | |||
maestroKeyVaultName: maestroKeyVaultName | |||
kvCertOfficerManagedIdentityName: maestroKeyVaultCertOfficerMSIName | |||
publicNetworkAccess: 'Disabled' |
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.
let's keep eventgrid public for now while also using the private endpoint
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.
Any particular reason?
What this PR does
Jira:
Link to demo recording:
Special notes for your reviewer