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
Scenario:
We are facing an issue when trying to use the endpointUrl alias on systemTopic eventSubscriptions. For some reason, when the policy target is an event subscription of a system topic, the endpointUrl alias is not able to pull back a value. It's always null. We attempt to pull the value so we can redeploy the eventSubscription with an appropriate value for minimumTlsVersionAllowed. We cannot deploy the DINE deployment because endpointUrl is not pulling in the configured endpoint value.
Deployment template validation failed: 'The value for the template parameter 'endpointUrl' at line '1' and column '321' is not provided. Please see https://aka.ms/arm-create-parameter-file for usage details.'.
We do not face this issue with eventSubscriptions of domains or topics. It is only when it's an eventSubscription of a systemTopic, that the alias will not work.
Can you please fix the alias so that it will return the configured endpointUrl for systemTopics too!
Example of how the alias is not returning a value in the form of an existenceCondition compliance check:
Scenario:
We are facing an issue when trying to use the endpointUrl alias on systemTopic eventSubscriptions. For some reason, when the policy target is an event subscription of a system topic, the endpointUrl alias is not able to pull back a value. It's always null. We attempt to pull the value so we can redeploy the eventSubscription with an appropriate value for minimumTlsVersionAllowed. We cannot deploy the DINE deployment because endpointUrl is not pulling in the configured endpoint value.
We do not face this issue with eventSubscriptions of domains or topics. It is only when it's an eventSubscription of a systemTopic, that the alias will not work.
Can you please fix the alias so that it will return the configured endpointUrl for systemTopics too!
Example of how the alias is not returning a value in the form of an existenceCondition compliance check:
![Image](https://private-user-images.githubusercontent.com/17442804/411104735-236f804f-81df-4ec7-b80a-cda14b466e35.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NTk0ODYsIm5iZiI6MTczOTU1OTE4NiwicGF0aCI6Ii8xNzQ0MjgwNC80MTExMDQ3MzUtMjM2ZjgwNGYtODFkZi00ZWM3LWI4MGEtY2RhMTRiNDY2ZTM1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE4NTMwNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTAwNzI2YTE2NTJiM2FhNWM3MzNkZmI2ZmM0NzA2NGY3MmVlNGNjMTQ2ZDc5ZTZhNDJkZDMwYmU3MDU5NTQwZDImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.5sW3X9P2h6nLd3TZeqJTIQavlhh31BLXSs-TFmzpFxc)
Definition:
The text was updated successfully, but these errors were encountered: