This commit is contained in:
Andre Rodrigues 2012-10-12 21:19:16 +01:00
Родитель 6edaa1265d
Коммит 101f742932
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -84,7 +84,7 @@ function ServiceBusService(namespaceOrConnectionString, accessKey, issuer, acsNa
}
var settings = {
endpoint: url.format({ protocol: 'https:', hostname: namespaceOrConnectionString + '.' + ServiceClient.CLOUD_SERVICEBUS_HOST }),
endpoint: url.format({ protocol: 'https:', port: 443, hostname: namespaceOrConnectionString + '.' + ServiceClient.CLOUD_SERVICEBUS_HOST }),
sharedsecretissuer: issuer,
sharedsecretvalue: accessKey,
stsendpoint: url.format({ protocol: 'https:', port: 443, hostname: acsNamespace + '.' + ServiceClient.CLOUD_ACCESS_CONTROL_HOST })