This repository was archived by the owner on Nov 10, 2017. It is now read-only.
Sitecore Azure 0.5.1
Pre-release
Pre-release
December 07, 2015
Released Sitecore Azure PowerShell module 0.5.1 rev. 151207 (Pre-release).
- The
Publish-SitecoreSqlDatabasecmdlet publishes one or more Sitecore SQL Server databases from a local SQL Server to Azure SQL Database Server. - Cmdlets released to PowerShell Gallery
Compatibility:
- Sitecore® Experience Platform™ 8.0 rev. 141212 (8.0 Initial Release) or higher
Installation Steps:
- To install Sitecore Azure module, run the following command in the Windows PowerShell IES or Azure PowerShell console.
Inspect
PS> Save-Module -Name Sitecore.Azure -Path <path>
Install
PS> Install-Module -Name Sitecore.Azure
Release Notes
- In the
Publish-SitecoreSqlDatabasecmdlet, theAzureResourceGroupLocationparameter now uses predefined list of available data centers. - The
Publish-SitecoreSqlDatabasecmdlet has been extended with additional parameters:AzureStorageAccountType- Specifies the type of the new Storage AccountAzureSqlDatabasePricingTier- Specifies the SQL Database pricing tier to assign to the database
More information on getting started with PowerShell Gallery here