Web Terminal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2024 08:48 AM
How can I use web terminal within my azure databricks workspace if the workspace is provisioned with a private end points i.e. Allow Public Network Access is disabled.
I have tried accessing web terminal from Apps tab and Bottom panel of a notebook.
The error thrown is - Configured privacy settings disallow access for workspace.
Any help documentation appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2024 08:58 PM
Did you try running shell commands from the notebook?
%sh
shell commands
~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2024 03:48 PM
Thanks Chandra for the reply.
Yes have tried shell commands which work for tasks like listing of files etc.
Actually, I am looking to create scopes & secrets in databricks using Databrick CLI via web terminal or through cmd but both not working because of private end points configured in databricks workspace.
How can we use databricks CLI in such infra setup ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2024 03:37 AM
if the intention is to create scopes - will something like this work instead of databricks cli ? https://docs.databricks.com/api/workspace/secrets/createscope
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2024 10:54 AM
Gotcha. See whether this link is helpful.
~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 04:14 PM
Do we have something similar for Databricks-backed scopes ?

