How to get access to official Azure Readiness Playbook?
Step 1: Sign in your Azure Portal.
Step 2: Search "Quickstart" in search box. You will find the "Quickstart Center (Preview)".
Step 4: Select "Set up your Azure environment", you will see the launch page of Playbook.
Read through it or choose the topic that you are most interested in. Ensure that you have a general idea about what roles you can assign to in order to manage the access to your resources in Azure.
Below provides a brief summary about the topic.
Four management levels of access to resources in Azure
As shown above, four management levels of access in Azure are: Management Group -> Subscriptions -> Resource Groups -> Resources, by the order of control levels from highest to lowest. Management groups have highest control while the rightmost resources have lowest level of management. It is suggested to apply access and application controls at possible highest level because lower levels inherit settings from higher levels, such as security, policy in governance, and compliance strategy.
It is suggested to apply project-specific requirements at resources/services in Azure, including virtual machines, SQL databases, storage accounts, etc. Since a resource group is a logical container that group Azure resources such as SQL Data Warehouses, Data Factories, storage accounts, it is a good practice to assign one project with the same resource group.
Azure Policy and Azure Security Center
Make sure to try out Azure security center to see how to enforce and automate your governance decisions across hybrid cloud workloads.Manage Cost and Billing
As for pricing, you can estimate costs with Pricing Calculator or check Azure Pricing. Be aware of services charged by hours, such as Azure SQL Database and Azure VM. Find out what are services charged by storage. Play around different settings to see how costs are affected. For example, for Azure SQL database, 8 core SQL DB usually costs $1476 per month while the one with only 1 core costs about $184. Remember, Azure SQL database is not able to be paused as for now (Nov. 2018).Another way to monitor cost is to use "Cost Management + Billing" in Azure Portal as shown below:
If you would like to explore more detailed charges, click the cost on the far right. It will bring "Costs by service" page. You can check costs by subscriptions, resource types, resource group associated with, and at which time period by selecting related items at the top section.
If you want to drill down to check charges by dates, click charges that you are interested in, it will give you cost history by dates. Note that there is warning message stating that "There is a delay between the time when a resource is used and the time when the usage reaches the billing system. Due to this, costs reported here may be delayed. Amounts displayed are estimates, and may not reflect some recent usage. Taxes are not included."
After reading this article, I hope that you know whether you are ready to kick the tires of Azure or not. Good luck!
Reference: Azure Readiness Playbook Overview









