diff --git a/doc/preview_instructions.md b/doc/preview_instructions.md deleted file mode 100644 index a64c7fd71..000000000 --- a/doc/preview_instructions.md +++ /dev/null @@ -1,43 +0,0 @@ -Microsoft Project AZ Preview -================================== - -The Project AZ team is excited to offer a preview build for members of the GitHub Azure organization. While we are still early in this experiment, it is never too early to get feedback and we are eagerly interested in getting yours! - -Installation via CURL ------------------ - -To install via cURL on Linux and OS X, type: - - curl -L https://aka.ms/InstallAzureCli | bash - -If you chose to enable tab completion, type `exec -l $SHELL` to restart your shell. - -Note: This will install the latest verified nightly builds. You may re-run this script later to safely update to the latest version. - -For more detailed information on installing the preview, please visit the [Preview Install Guide](https://github.com/Azure/azure-cli/blob/master/doc/preview_install_guide.md) page. - -Example Demo Script -------------------- - -This preview covers a number of popular scenarios: - -1. Find common VM images -2. Search all VM images -3. Create a Linux VM using SSH -4. List all IP Addresses in a resource group -5. Export a resource group to an ARM template -6. Using Query to control outputs -7. Learning to Query with JPTerm -8. Simplified help experience - -For sample scripts and commands, please visit the [Demo Scripts](https://github.com/Azure/azure-cli/blob/master/doc/preview_demo_scripts.md) page. - -Reporting issues and feedback -======================================= - -If you encounter any bugs with the tool please file an issue in the [Issues](https://github.com/Azure/azure-cli/issues) section of our GitHub repo. - -Troubleshooting ---------------- - -For help troubleshooting common problems, please [check our readme](https://github.com/Azure/azure-cli/blob/master/README.rst).