I have been working with UD for quite some time now, but I’ve just now gotten to the point of actually deploying a dashboard to an Azure App Service. After working out some kinks, everything seemed to be fine. That is until I wanted to pull some info from Azure before the dashboard started. I ultimately need to pull a few keys out of Az Key Vault (so they are obscured from the code), and store them in variables for later use. However, I can’t get any of these variables to pass into the scope of the endpoints on my page.
I have tried including the variables via New-UDEndpointInitialization
and making them Cache:
scoped variables, but no matter what, I can’t reach them on my page.
I have another local dashboard where I initialize variables using Cache:
with no issue. Has anyone else had this issue when deploying to Azure?