Skip to content

Commit

Permalink
Update AZ-204_10_lab_ak.md
Browse files Browse the repository at this point in the history
Adding missing double quotes in file Instructions/Labs/AZ-204_10_lab_ak.md
  • Loading branch information
renefc3 authored May 7, 2020
1 parent 419907f commit 759879f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Instructions/Labs/AZ-204_10_lab_ak.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ In this exercise, you created a new subscription, validated its registration, an
public class Program
{
private const string topicEndpoint = <topic-endpoint>";
private const string topicEndpoint = "<topic-endpoint>";
private const string topicKey = "<topic-key>";
public static async Task Main(string[] args)
Expand Down

0 comments on commit 759879f

Please sign in to comment.