i am trying to set up a vm with nav on windows azure, using the "how to" tutorial provided by the ms partner source.
i have installed all required files and edited the "set-partnership-custom.ps1" all according to the video Part II
unfortunately i get an error when i am trying to run "example-1vm.ps1"
after all the values have been imported correctly i get an error at this point:
"CREATING AZURE <SERVICENAME> AT 11:27:54..."
following error:
New-AzureVM : You MUST specify a certificate. Call Set-AzureSubscription and Select-AzureSubscription first.
In C:\navcloud\Cloud\Examples\NAVRemoteAdministration\Azure\New-NAVAzureBaseVM.ps1:68 Zeichen:38
+ return $AzureVMPreparation | New-AzureVM -ServiceName $ServiceName -Loca ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [New-AzureVM], ArgumentException
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Management.ServiceManagement.IaaS.PersistentVMs.NewAzureVMCommand
4 lines ABOVE it says though:
AUSFÜHRLICH: Setting: Kostenlose Testversion as the default and current subscription. To view other subscriptions use Get-AzureSubscription
AUSFÜHRLICH: Updated settings for subscription ruben.heinrich@outlook.com. Current subscription is ruben.heinrich@outlook.com.
AUSFÜHRLICH: Setting: ruben.heinrich@outlook.com as the current subscription. To view other subscriptions use Get-AzureSubscription
i can not figure out why the certificat is not carried over.
anyone who has succesfully created an nav vm with the example script and could give me advise , help would be appreciated.
thanks.