Skip to content

Commit def556e

Browse files
committed
fix typo
1 parent b55180a commit def556e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-signalr/create-signalr-with-app-service-github-oauth/create-signalr-with-app-service-github-oauth.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ az webapp create --name $myWebAppName --resource-group $myResourceGroupName --pl
4747
primaryConnectionString=$(az signalr key list --name $mySignalRSvcName \
4848
--resource-group $myResourceGroupName --query primaryConnectionString -o tsv)
4949

50-
#Add an app setting to the web app for the SignalR connection
50+
# Add an app setting to the web app for the SignalR connection
5151
az webapp config appsettings set --name $myWebAppName --resource-group $myResourceGroupName \
5252
--settings "Azure:SignalR:ConnectionString=$primaryConnectionString"
5353

54-
#Add app settings to use with GitHub authentication
54+
# Add app settings to use with GitHub authentication
5555
az webapp config appsettings set --name $myWebAppName --resource-group $myResourceGroupName \
5656
--settings "GitHubClientId=$GitHubClientId"
5757
az webapp config appsettings set --name $myWebAppName --resource-group $myResourceGroupName \

0 commit comments

Comments
 (0)