Fixing service bus issue.
This commit is contained in:
Родитель
6edaa1265d
Коммит
101f742932
|
@ -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 })
|
||||
|
|
Загрузка…
Ссылка в новой задаче