This version of the DevGuide is intended for CloudShell v7.x. For CloudShell 8.x or later versions click here

Welcome to the CloudShell developer guide! These pages will take you through all you need to know to become an expert CloudShell developer. The guide is intended both for developers taking their first steps with the platform as well as for seasoned CloudShell developers.

How this guide is organized

The CloudShell developer guide is comprised of three distinct content areas, each describes a different branch of development or integration options possible with CloudShell. Each area of the guide is self contained and includes its own ‘getting started’ tutorial, examples and articles. You can select which areas are relevant to your development and explore them, there is no specific order to follow in approaching them. The three areas of the DevGuide are:

Extending cloudShell with Shells

Developers can extend CloudShell’s capabilities to provide additional functionality for apps or physical devices by creating Shells. This includes providing better modeling for these types of apps or devices as well as exposing custom commands providing enhanced functionality for these Shells available to users in the sandbox. This area of the guide will cover the end-to-end flow of creating new Shells and deploying them to CloudShell.

Shell Discovery

Orchestration Scripts

Orchestration scripts are a feature in CloudShell which allows implementing sandbox workflows. CloudShell has built in flows for setup and teardown, which ensure sandbox apps and resources are powered on and connected without having to add additional code. Users can extend or fork these scripts, as well as implement additional workflows for save/restore, scaling, or more use case specific workflows for anything from performance testing to failover simulation or traffic generation.

Integrating CloudShell into the DevOps Cycle

This area will examine how CloudShell can be used in conjunction with other DevOps tools and as a part of the DevOps pipeline. This includes the available APIs as well as existing Open Source projects for integrating CloudShell with other products.

Where to go next

The Setting Up the Development IDE section contains important information for tooling and infrastructure you should install before starting development.

You can then proceed to any one of the development areas described above: