What is the Azure cloud shell?
Well, Azure
Cloud Shell is an interactive, authenticated, browser-accessible shell
for managing Azure resources. Thus, it provides the flexibility of
choosing the shell experience that best suits the way you work.
Cloud
Shell offers a browser-accessible, pre-configured shell experience for
managing Azure resources without the overhead of installing, versioning,
and maintaining a machine yourself. Azure Cloud Shell is assigned per
unique user account and automatically authenticated with each session.
This makes it a private and secure environment.
In the backend, Azure uses containers and automatically attaches an Azure File Share to the container. You can store the data on it, so your data is persistent. This persists your data across different Cloud Shell sessions.
You
can choose your preferred shell experience. Cloud Shell supports Bash
and PowerShell and included your favorite third-party tools and standard
tools and languages.
If something like a module is missing, you can add
it.
For further details visit our website
Comments
Post a Comment