Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 1.83 KB

signalr-reference-cli.md

File metadata and controls

22 lines (20 loc) · 1.83 KB
title description author ms.service ms.custom ms.topic ms.date ms.author
Azure CLI Samples - Azure SignalR Service
Follow real samples to learn Azure CLI for Azure SignalR Service. You will learn how to create SignalR Service with more Azure services.
vicancy
signalr
devx-track-azurecli
reference
11/13/2019
lianwei

Azure CLI reference

The following table includes links to bash scripts for the Azure SignalR Service using the Azure CLI.

Script Descriptions
Create
Create a new SignalR Service and resource group Creates a new Azure SignalR Service resource in a new resource group with a random name.
Integrate
Create a new SignalR Service and Web App configured to use SignalR Creates a new Azure SignalR Service resource in a new resource group with a random name. Also adds a new Web App and App Service plan to host an ASP.NET Core Web App that uses the SignalR Service. The web app is configured with an App Setting to connect to the new SignalR service resource.
Create a new SignalR Service and Web App configured to use SignalR, and GitHub OAuth Creates a new Azure SignalR Service resource in a new resource group with a random name. Also adds a new Azure Web App and hosting plan to host an ASP.NET Core Web App that uses the SignalR Service. The web app is configured with app settings for the connection string to the new SignalR service resource, and client secrets to support GitHub authentication as demonstrated in the authentication tutorial. The web app is also configured to use a local git repository deployment source.