Welcome

Welcome to Azure Tips and Tricks, this site is a special collection of over 180+ tips, videos, conference talks, and 2 eBooks that span the entire universe of the Azure platform. The tips you'll find here are based on real-world scenarios that the community has encountered while using Azure. Feel free to jump in and come back weekly for new tips! - Michael Crump (@mbcrump)

What's New?

πŸ“† Check out the Recently Added item on the left sidebar πŸ‘ˆfor the latest tips and tricks!

πŸ‘Š that ⭐️ button on the official GitHub repo to stay up to date.

Site Map

Resouce Description
Home This site can always be found at http://azuredev.tips
Videos Our growing playlist of 50+ videos based on the series
eBook Vol 1 and eBook Vol 2 We have two volumes of Azure Tips and Tricks in an eBook format based on the best tips of all time
Questions Add to the GitHub issue tracker and tag it as a question
RSS Feed Keep up to date with all the newest tips posted by subscribing to the RSS feed
Stickers Feel free to print any of these stickers for your events and community meetups
Survey Have an idea for a post? Do you have feedback? Leave it here
Contribute and star the repo Something out of date? Is something wrong? Then submit a PR and help me fix it. Also, ⭐️ the repo to keep up to date with the project.

Git Workflow


In general, we follow the "fork-and-pull" Git workflow.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

NOTE:

  • Be sure to merge the latest from "upstream" before making a pull request!
  • Each page has a "Edit this page on GitHub" link. Click it to easily navigate to the blog post file. They are also located in /src/blog with a name such as tip120.md.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Microsoft and any contributors grant you a license to the Microsoft documentation and other content in this repository under the Creative Commons Attribution 4.0 International Public License, see the LICENSE file, and grant you a license to any code in the repository under the MIT License, see the LICENSE-CODE file.

Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.

Privacy information can be found at https://privacy.microsoft.com/en-us/

Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise.