Click here to Skip to main content
15,893,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Team,

I am trying to do a new deployment into the Azure.
I am passing all the necessary information to do deploment into the cloud,but I am getting the endpoint related error.Please find below.

This is the command(powershell) :

C++
$cert = get-item cert:\CurrentUser\MY\AEF2F081BBC354A5A299155BAC2BFBAF57B26639



VB
New-Deployment -Slot "Staging" -Package "C:\Users\rxdcsbm\Documents\visual studio 2010\Projects\WindowsAzureProject7\WindowsAzureProject7\bin\Debug\Publish

\WindowsAzureProject7.cspkg" -Configuration " C:\Users\rxdcsbm\Documents\visual studio 2010\Projects\WindowsAzureProject7\WindowsAzureProject7\bin\Debug

\Publish\ServiceConfiguration.cscfg" -Label "SrikrishnaLabel" -Name "SrikrishnaDeploymentName" -ServiceName "WindowsAzureProject7" -SubscriptionId "651ffd63

-a92b-4644-b361-052054f9df69" -Certificate get-item cert:\CurrentUser\MY\$thumbprint


Error :There was no endpoint listeninga at https://management.core.windows.net...etc.

Can any one please tell me what could be the reason.?
Thanks Inadvance.

Thanks,
Srikrishna
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900