diff --git a/cli/misc.sh b/cli/misc.sh
new file mode 100644
index 000000000..34ae1419a
--- /dev/null
+++ b/cli/misc.sh
@@ -0,0 +1,28 @@
+## IMPORTANT: this file and accompanying assets are the source for snippets in https://docs.microsoft.com/azure/machine-learning!
+## Please reach out to the Azure ML docs & samples team before before editing for the first time.
+
+#
+az extension list
+#
+
+#
+az extension add -n ml
+#
+
+#
+az extension update -n ml
+#
+
+#
+az ml -h
+#
+
+#
+az account set -s ""
+#
+
+#
+az extension remove -n azure-cli-ml
+az extension remove -n ml
+#
+