# Welcome

Welcome to Azure Tips and Tricks, this site is a special collection hundreds of tips in form of blog posts and videos that span the entire universe of the Azure platform. The tips you'll find here are based on real-world scenarios that we've encountered (along with the community) while using Azure. Feel free to jump in and come back weekly for new tips!

What's New?

📆 Check out the Recently Added item on the left sidebar 👈 for the latest tips and tricks!

📹 Azure Tips and Tricks has a new video series where we spotlight Azure services to empower technologists. The series consists of multiple short-form videos on a specific topic. Check out the Azure Tips and Tricks Video Series item on the left sidebar 👈 for links to the playlists!

👊 that ⭐️ button on the official GitHub repo (opens new window) to stay up to date.

# Site Map

Resouce Description
Home This site can always be found at https://aka.ms/azuretipsandtricks (opens new window)
Videos (opens new window) Our growing playlist of hundreds videos based on the series
Live-coding, interviews and more (opens new window) Join us to discuss all-things Azure! From live-coding, special guest interviews, breaking software development news and more!
Questions (opens new window) Add to the GitHub issue tracker and tag it as a question
RSS Feed (opens new window) 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 (opens new window) Have an idea for a post? Do you have feedback? Leave it here
Contribute and star the repo (opens new window) Something out of date? Is something wrong? Then submit a PR and help us 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.opensource.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., status check, 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 (opens new window). For more information see the Code of Conduct FAQ (opens new window) or contact opencode@microsoft.com with any additional questions or comments.

Special thanks to our contributors:


















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 (opens new window), see the LICENSE file, and grant you a license to any code in the repository under the MIT License (opens new window), 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 this link (opens new window).

Privacy information can be found at https://privacy.microsoft.com (opens new window).

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