There are many cases that we need to retrieve access keys and/or endpoints of Azure resources, as soon as they are deployed through ARM templates. Typical uses cases are:
- To display those values in the
outputs
section of ARM templates, - To get a reference to the
outputs
section of nested ARM templates from their...