Skip to content

Commit 8383a23

Browse files
author
Jonah
authored
Update Program.cs
Removed Azure service bus secret key
1 parent 10ee28e commit 8383a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ServiceBusSender/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace ServiceBusSender
77
class Program
88
{
99
//TODO - Move connection strings to secured file in project
10-
const string ServiceBusConnectionString = "Endpoint=sb://az-devjonah.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=pxtosfZg/4Ad7hp7Lw2ihQpPShJ3D7zz+Xbfv8CCwGA=";
10+
const string ServiceBusConnectionString = "Your connecting string for service bus here";
1111
const string QueueName = "devjonahtestqueue1";
1212
static IQueueClient queueClient;
1313

0 commit comments

Comments
 (0)