I tried to create an Azure cloud service using:
Create a cloud service
New-AzureServiceProject -ServiceName 'service-lift-and-shift' -Verbose
I am using Azure SDK 2.9 and it gives the following error:
ServiceName: service-lift-and-shift
New-AzureServiceProject: Could not find a part of the path 'C: \ Program Files (x86) \ Microsoft
SDKs \ Azure \ PowerShell \ ResourceManager \ AzureResourceManager \ AzureRM.Profile \ Resources \ Scaffolding \ General \ scaffold.xml '.
At line: 1 char: 1
+ New-AzureServiceProject
+ ~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo: CloseError: (:) [New-AzureServiceProject], DirectoryNotFoundException
+ FullyQualifiedErrorId: Microsoft.WindowsAzure.Commands.CloudService.Development.Scaffolding.NewAzureServiceProjectCommand
source
share