Skip to content

Commit

Permalink
Fixed typo (#3661)
Browse files Browse the repository at this point in the history
Co-authored-by: Danny Furnivall <danielfurnivall@gmail.com>
  • Loading branch information
khkh-ms and furnivall committed May 14, 2024
1 parent 85d9ca1 commit 5ac2f09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public async Task OpenLiveStreamInBrowser(Site functionApp, IEnumerable<ArmSubsc
if (!functionApp.AzureAppSettings.ContainsKey(ApplicationInsightsIKeySetting))
{
throw new CliException($"Missing {ApplicationInsightsIKeySetting} App Setting. " +
$"Please make sure you have Application Insights configured with you function app.");
$"Please make sure you have Application Insights configured with your function app.");
}

var iKey = functionApp.AzureAppSettings[ApplicationInsightsIKeySetting];
Expand Down

0 comments on commit 5ac2f09

Please sign in to comment.