-
Notifications
You must be signed in to change notification settings - Fork 113
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
Shareable Viz with Azure #1674
Comments
We focus on cli first and then UI. |
Hi Team, I documented few findings on how we can approach hosting viz on Azure Blob storage. Connecting fsspec to Azure Blob Storage Route 1 - Authorizing via Azure ServicePrincipal What users need to do - Create Storage Account + App Registration + Role permissions On Azure portal
On command line before running kedro viz deploy
Route 2 - Using Account Key What users need to do - Create Storage Account On Azure portal
On command line before running kedro viz deploy
Run deploy command (still needs discussion) Note:
Outstanding Design questions
Outstanding Development issues
Useful Links
Thank you |
Work-in-progress designs can be found here - https://www.figma.com/file/3kSpvIO1veLKfy9qHxuXwF/Kedro-WIP?type=design&node-id=171%3A124&mode=design&t=qF2O83rywVEOBRHP-1 |
Description
This ticket is related to parent ticket #1116.
This will enable users to host, publish and share their Kedro-Viz pipeline visualisation with a URL on Azure Blob storage.
Context
We previously enabled users to publish and share versions of their Kedro-Viz pipeline visualisation with a URL on AWS S3 in #1116.
Enabling this feature will increase interoperability with the major cloud providers, providing Kedro-Viz access to non-technical stakeholders, and ultimately increasing adoption of Kedro-Viz.
Acceptance Criteria
A user is able to easily host and share a version of their Kedro-Viz pipeline visualisation with a URL via Azure Blob storage by:
The text was updated successfully, but these errors were encountered: