Support MSDN images (SharePoint, SQL Server, BizTalk, Dynamics) in Azure Resource Manager templates
Support MSDN images (SharePoint, SQL Server, BizTalk, Dynamics) in Azure Resource Manager templates for dev/test scenarios.
For example the following 3 VM SharePoint template: https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-sharepoint-farm-azure-preview/ should be able to deploy using SQL and SharePoint images from MSDN, thus not attracting production licensing for dev scenarios.

1 comment
-
MedAnd commented
Allow storageProfile to target MSDN image skus:
"storageProfile": {
"imageReference": {
"publisher": "MicrosoftSharePoint",
"offer": "MicrosoftSharePointServer",
"sku": "2013",
"version": "latest"
}