Skip to content

Commit 06389d9

Browse files
Merge pull request #250564 from RamanathanChinnappan-MSFT/patch-69
(AzureCXP) fixes MicrosoftDocs/azure-docs#114287
2 parents 83bc48c + be566ef commit 06389d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-hubs/authenticate-shared-access-signature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ private static string createToken(string resourceUri, string keyName, string key
199199

200200
```azurepowershell-interactive
201201
[Reflection.Assembly]::LoadWithPartialName("System.Web")| out-null
202-
$URI="myNamespace.servicebus.windows.net/myEventHub"
202+
$URI="myNamespace.servicebus.windows.net/myEventHub/"
203203
$Access_Policy_Name="RootManageSharedAccessKey"
204204
$Access_Policy_Key="myPrimaryKey"
205205
#Token expires now+300

0 commit comments

Comments
 (0)