Please enable JavaScript.
Coggle requires JavaScript to display documents.
Chapter 1 - Coggle Diagram
Chapter 1
Cloud Shell
:two:
Features
-
-
Tool
Included tools
-
-
-
Language support for Nodejs, .NET, and Python
-
:one:
is an interactive, browser-accessible shell for managing Azure resources
-
-
-
:four:
ARM Templates
ARM Templates ?
:star:
Describe Resources Usage
What are you updating, deleting, creating ?
:star:
Common Syntax
Defined language for all ARM templates, making it easier to formalize and learn
:star:
Idempotent
Every ARM template can be applied multiple times, and the result is always the same
Benifits
:star:
Idempotent
Run the same templates once, twice, or as many times as you like.It will have the same outcome
-
:star:
Declarative
Specify what you want, not how it is done
-
-