Orb is a tool for running LiveSite and Support operations
Перейти к файлу
microsoft-github-policy-service[bot] b7c03550f3
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2022-11-28 19:10:49 +00:00
.vscode Build hello world app with typescript. 2018-11-30 18:24:20 -08:00
assets Fork WriteZipToSetup to skip stubExe 2018-12-17 11:34:05 -08:00
build Fix the build issue for other branches 2019-07-10 12:59:29 -07:00
dist Remove auth token/model cache if authentication/clone failed 2019-08-15 11:15:31 -07:00
docs Add tests using electron-mocha 2018-12-17 12:21:39 -08:00
dotNet Bootstrap Orb! 2019-05-30 17:34:27 -07:00
gifs Add files via upload 2019-07-11 18:09:43 +00:00
node_modules_native Fixed npm vulnerability 2019-06-03 16:39:07 -07:00
.gitignore git ignore change 2019-05-30 17:37:10 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2019-07-09 17:52:27 -07:00
LICENSE Initial commit 2018-11-09 18:26:10 -08:00
README.md Update README.md 2019-07-16 12:27:07 -07:00
SECURITY.md Microsoft mandatory file 2022-09-01 18:05:35 +00:00
ThirdPartyNotice.txt Fork WriteZipToSetup to skip stubExe 2018-12-17 11:34:05 -08:00
azure-pipelines.yml Update azure-pipelines.yml 2019-08-16 10:31:57 -07:00
build.cmd Fix the build issue for other branches 2019-07-10 12:59:29 -07:00
createInstaller.cmd Add .NET sln and build 2018-12-17 11:34:17 -08:00
package-lock.json Migrated gulpfile to use gulp 4 2019-06-04 12:17:37 -07:00
package.json Migrated gulpfile to use gulp 4 2019-06-04 12:17:37 -07:00

README.md

Build Status

Orb is a tool built specifically for running Live Site for your services. Orb is used by engineers in Azure to manage internal Azure services.

Installation

Download the latest installer from the releases page.

To setup Orb for your organization, take a look at the onboarding guide.

Features

Object and Context Driven

Orb allows you to rapidly browse through information based on an object hierarchy.

When any resource on the object tree is clicked, all context associated with that object is passed to the resource link. Since all variables for an object are automatically injected for you, this allows you to rapidly explore shared queries, dashboards, links, scripts and more.

Backed by Azure Data Explorer

Object heirarchies are user defined and backed by ADX queries. ADX integration allows rapidly searching for objects and discovering hierarchies dynamically.

Extensible and Shareable

All object definitions and hierarchies are defined as JSON config. You can edit object definitions, add resources and share your changes from within Orb.

These config files are stored on a Git repository - this provides a shared view of Live Site resources across the entire organization.

PowerShell Support

Orb allows you to save and share PowerShell snippets. The results of these PowerShell snippets are displayed as web pages rendered using Markdown. These snippets could be common mitigation actions, data collection triggers and more.

Since Orb allows multiple tabs, you can open up saved snippets and run them in parallel. Since the script result is a web page, you can Ctrl + F to search through the output.

You can also use PowerShell scripts to define your Object Hierarchy if you don't have an ADX cluster.

Terminal Integration

In addition to PowerShell Markdown support, you can open a fully functional PowerShell terminal in Orb. You can define custom terminal profiles to launch terminals with custom startup scripts. These startup scripts can also be shared through the git repository, allowing teams to use consistent startup scripts.

You can save Orb state to a file, edit it, pin it to your JumpList to accelerate repeated workflows.

You can also share your Orb state as a link.

Built On Electron

Orb is built on Electron.

Every tab in Orb is a Chromium process.

OS Support

Orb is currently only supported on Windows machines. Since electron is cross-platform, Linux/MacOs support is possible through future updates.

Announcement Blog

Contributing