Hi,
I am using the following cmdlets:
Get-AzurePublishSettingsFile
Import-AzurePublishSettingsFile -PublishSettingsFile "C:\foldername\filename.publishsettings"
The certificate was created:
But, there is(are) no XML file(s) at "%appdata%/Windows Azure Powershell":
And I am having troubles with cmdlets like:
Set-AzureSubscription -SubscriptionDataFile $subscriptionDataFile
The question is:
How to genererate/obtain the above XML file(s)?
Thanks in advance!