Microsoft Ignite 2015 5/14/2018 12:32 AM IaaS v2 és Azure Resource Manager Farkas Bálint Microsoft balintf@microsoft.com © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
Azure Resource Manager Ignite 2015 5/14/2018 Azure Resource Manager template vezérelt (vagy új portál) deklaratív idempotens multi-service multi-region bővíthető © 2015 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
Resource Group konténer az erőforrásokhoz minden erőforrás pontosan és kötelezően egy konténerben van több régiót is átfoghat több szolgáltatást is átfoghat egyben mutatja a szolgáltatás árát RESOU R CE G R OUP
Control with Azure Resource Manager Ignite 2015 5/14/2018 Control with Azure Resource Manager role based access control audit logs resource locks © 2015 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
Role Based Access Control Allows secure access with granular permissions Assignable to users, groups, or service principals Built-in roles make it easy to get started
Role Based Access Control
Audit Logs journals all write/delete/actions central location common format
Resource Locks Accidents happen. Resource locks help prevent them :) Resource locks allow administrators to create policies which prevent accidental deletion.
Resource Tags Kulcs-érték párok Előfizetés szintű információ Akár 15 tag is lehetséges minden egyes erőforráson
Tagging Tips dev/test/prod web/cache/db finance/retail/legal Attila/Bálint/Tibor
Overview of Virtual Machine Services 5/14/2018 12:32 AM Overview of Virtual Machine Services Compute resources Virtual machines VM extensions Storage resources Storage accounts (blobs) Networking resources Virtual networks Network interface cards (NICs) Load balancers IP addresses Network Security Groups © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
Management models for IaaS Classic Model (v1) Resource Manager (V2) Storage Account Virtual Network Cloud Service Resource Group Load Balancer w/ IP Address Backend Pool (NICs) VM w/ IP Address Storage Account Disk (blob) VM NIC VM IP Address VNet Subnet Load Balancer LB IP Address Reference Reference Reference Reference Reference DependsOn Network Security Group Disk (blob) Subnet-1 Coming Soon… Gateways (VPN) ExpressRoute
Key Improvements: Azure Virtual Machines (v2) Massive and parallel deployment of Virtual Machines 3 Fault Domains in Availability Sets Custom URLs for Custom Script VM Extensions for VMs SSH-2 RSA Format Support for SSH keys for Linux VMs
Multiple NICs in Azure VMs Update Multiple NICs in Azure VMs Up to 16 NICs per VM NSG and Routes on all NICs Can separate frontend, backend, and management Virtual Machine NIC2 NIC1 Default 10.3.3.33 10.2.2.22 10.1.1.11 Virtual Network VIP 133.44.55.66 Internet Backend Subnet Mgmt Subnet Frontend Subnet
JSON Template Példák https://github.com/Azure/azure-quickstart-templates Sémák https://github.com/Azure/azure-resource-manager-schemas Visual Studio: Resource Group projekt Azure portál: Resource Explorer