Azure Stack中添加鏡像

Azure Stack中添加鏡像ubuntu

在微軟最新推出的混合雲架構中,Azure Stack 環境中服務的提供者或運營者從微軟變成了 Azure Stack 集成環境的運營者,經過 Azure Stack 的 MarketPlace,咱們能夠根據用戶的特定需求,提供一些定製化的應用,得到與公有云不同的用戶體驗。本文將主要介紹如何在 Azure Stack 的 MarketPlace 中如何添加一個自定義的虛擬機鏡像並定製知足需求的 Gallery Item。windows

在下面的博客中咱們將會帶你們看一下如何上傳Linux鏡像、Windows鏡像以及如何從MarketPlace中獲取鏡像。架構

上傳Linux鏡像

CentOS 7.2app

使用以下PS命令下載CentOS 7.2鏡像:ide

Invoke-WebRequest -UseBasicParsing -Uri http://olstacks.cloudapp.net/latest/OpenLogic-CentOS-72-20161004-en-us-30GB-stack.vhd.zip -OutFile D:\vhd\OpenLogic-CentOS-72-20161004-en-us-30GB-stack.vhd.ziplua

clip_image002

clip_image004

使用以下命令上傳CentOS 7.2鏡像:spa

Import-Module .\Connect\AzureStack.Connect.psm1操作系統

Import-Module .\ComputeAdmin\AzureStack.ComputeAdmin.psm1.net

clip_image006

Add-AzureRMEnvironment -Name "AzureStackAdmin" -ArmEndpoint "https://adminmanagement.local.azurestack.external"3d

clip_image008

$TenantID = Get-AzsDirectoryTenantId -AADTenantName "wuyvzhanghotmail.onmicrosoft.com" -EnvironmentName "AzureStackAdmin"

clip_image010

Login-AzureRmAccount -EnvironmentName "AzureStackAdmin" -TenantId $TenantID

clip_image012

Add-AzsVMImage -Publisher "Canonical" -Offer "CentOS" -Sku "7-2" -Version "1.0.0" -OSType Linux -OSDiskLocalPath 'D:\vhd\OpenLogic-CentOS-7.2-Oct-04-2016.vhd'

clip_image014

clip_image016


Ubuntu-14.04-LTS

使用以下PS命令下載Ubuntu-14.04-LTS鏡像:

Invoke-WebRequest -UseBasicParsing -Uri https://partner-images.canonical.com/azure/azure_stack/ubuntu-14.04-LTS-microsoft_azure_stack-20170309-11.vhd.zip -OutFile D:\VHD\ubuntu-14.04-LTS-microsoft_azure_stack-20170309-11.vhd.zip

clip_image018

Add-AzsVMImage -Publisher "Canonical" -Offer "Ubuntu" -Sku "14.04-LTS" -Version "1.0.0" -OSType Linux -OSDiskLocalPath 'd:\vhd\trusty-server-cloudimg-amd64-disk1.vhd'

clip_image020

clip_image022

上傳Windows鏡像

使用以下PS命令上傳Windows Server操做系統鏡像:

Windows Server 2016 磁盤大小:80GB,安裝最新CU補丁程序:

$ISOPath = "d:\ISo\en_windows_server_2016_x64_dvd_9718492.iso"

# Add a Windows Server 2016 Evaluation VM Image.

New-AzsServer2016VMImage -ISOPath $ISOPath -VHDSizeInMB 81920 -IncludeLatestCU

clip_image024

clip_image026

從Marketplace添加鏡像

Marketplace提供了除了鏡像之外的多種資源,再次僅演示使用Marketplace Management添加Windows Server 2012 R2的Image.

點擊「Marketplace Management」—「Add From Azure」:

clip_image028

在篩選欄輸入「Windows Server 2012」:

clip_image030

點擊Download進行下載,將其下載到本地:

clip_image032

點擊之後在通知欄能夠看到已經開始下載所選鏡像:

clip_image033

相關文章
相關標籤/搜索