Skip to content

Commit

Permalink
Merge pull request #167 from tiagocostapt/patch-4
Browse files Browse the repository at this point in the history
Update Program.cs
  • Loading branch information
JeffKoMS authored Mar 25, 2021
2 parents 482b8d0 + 3ab8fba commit d4b9abe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Allfiles/Labs/10/Solution/EventPublisher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

public class Program
{
private const string topicEndpoint = "https://hrtopicsidney.eastus-1.eventgrid.azure.net/api/events";
private const string topicEndpoint = "[PLACE YOUR TOPIC ENDPOINT HERE]";

private const string topicKey = "zYOUPinkD7kmPEsFQQ4dUMqs2TXEO93goDfze0SbC5c=";
private const string topicKey = "[PLACE YOUR TOPIC KEY HERE]";

public static async Task Main(string[] args)
{
Expand Down Expand Up @@ -56,4 +56,4 @@ public static async Task Main(string[] args)

Console.WriteLine("Events published");
}
}
}

0 comments on commit d4b9abe

Please sign in to comment.