Forum Discussion
pieaco
May 19, 2022Copper Contributor
Azure Workbooks - Mark workbook/endpoint as trusted for all the user/browsers
Hi, currently I'm using custom endpoints (Azure Function Http Rest API) as Data Source for Azure workbook dashboards. By design, to avoid automatically making calls to untrusted hosts when using t...
JGardnerMSFT
Microsoft
May 23, 2022Unfortunately, no; that's the entire point of the trusted feature.
Anything that calls *outside* of the azure portal is implicitly untrusted. If there were a way for the author to specify that the item is trusted for everyone, then the author could call out to *anything* without a user knowing.
Originally it was suggested that if you had some api you wanted explicitly trusted by the portal, you'd expose it as a managed app (https://docs.microsoft.com/en-us/azure/azure-resource-manager/managed-applications/overview), and then instead of the "custom endpoint" data source in workbooks, you'd use the "custom resource provider" data source instead.
Anything that calls *outside* of the azure portal is implicitly untrusted. If there were a way for the author to specify that the item is trusted for everyone, then the author could call out to *anything* without a user knowing.
Originally it was suggested that if you had some api you wanted explicitly trusted by the portal, you'd expose it as a managed app (https://docs.microsoft.com/en-us/azure/azure-resource-manager/managed-applications/overview), and then instead of the "custom endpoint" data source in workbooks, you'd use the "custom resource provider" data source instead.