Azure / azure-sdk-tools-samples

Samples for Microsoft Azure PowerShell
10 stars 12 forks source link

2 issues #67

Open idokatz opened 10 years ago

idokatz commented 10 years ago

Hello Guys,

1st of all I want to thank you for this great work.

I'm trying to deploy the script but i'm facing 2 issues:

When I'm starting to deploy he says something about : Could not find a deployment for 'TISPRODCS1' in 'Production' slot.

and then while trying to install the 1st machine i'm getting this error message:

Get-AzureCertificate : Cannot validate argument on parameter 'Thumbprint'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again. At C:\2\azure-sdk-tools-samples-master\AutomatedDeployments\SharedComponents\SharedFunctions.ps1:301 char:78

New-Object : Exception calling ".ctor" with "1" argument(s): "Cannot find the requested object. " At C:\2\azure-sdk-tools-samples-master\AutomatedDeployments\SharedComponents\SharedFunctions.ps1:307 char:18

Exception calling "Add" with "1" argument(s): "Value cannot be null. Parameter name: certificate" At C:\2\azure-sdk-tools-samples-master\AutomatedDeployments\SharedComponents\SharedFunctions.ps1:311 char:2

Any suggestions?

Thanks, Ido

Exnav29 commented 10 years ago

I am seeing the same errors when I try to deploy.

inputoutputcode commented 10 years ago

Do you Import your publishsettings previously? Use Get-AzureSubscription, login, download the file *.publishsettings, Import-AzurePublishSettingsFile, Set-AzureSubscription. If this doesn't help, please try to update your Azure PowerShell package with the Web Plattform Installer.