Skip to content

VCHDecisionSupport/Azure_IaaS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure_IaaS

In Azure Resource Manager, deploy-able objects (eg virtual network, virtual machine) are called resources. Each resource has a name (eg "vchds-sp-test-vnet", "dcVm0") and belongs to a resource group which also has a name. Resources can be declared using JSON deployment templates and deployed into an Azure resource group with the PowerShell cmdlet New-AzureRmResourceGroupDeployment.

Table of Contents

On-Prem to Azure Mappings

Servers

SPSPSFE11 ()

Adminstration

Overview of Azure management websites

see here for the hierarchy of Azure Enterprise management

  • ea.azure.com: Enterprise Portal
    • Alan is (Enterprise) Account Administrator
    • create new subscription and assign "Service Administrator" to manage/administer it
  • portal.azure.com Azure Portal
    • provision new resources to Azure
      • resource group, vnet, VMs
    • manage existing resources
      • stop/start VMs
      • backup/restore VMs
    • manage permissions to your subscriptions
  • account.windowsazure.com
    • review subscription fees and bills
    • manage your azure login/profile

Azure Admin/Dev Prerequisites

Accounts and permissions

Workstation upgrades and software

Deployment steps

see folder: deploy

VCH Azure Infrastructure

IaaS resources docs

Comparison and cloud service models

Resource Specific Documentation

Other useful documentation

Azure quick start templates examples (GitHub)

Also see devtestlab templates (auto shut down, auto start etc)

Azure Resource Manager and template docs

Backup/restore

Active Directory Domain Services

Desired State Configuration

PowerShell for Azure

PluralSight Courses:

misc

On-premises Active Directory Domain Controller install/config

These explain local (on premises) new forest install well

Change IP used for DNS Lookups with wizard

Classic deployment model but includes links to other topics (domain trusts)

Install a new Active Directory forest on an Azure virtual network

DHCP server role is not needed but just in case...