Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.19 KB

azure.md

File metadata and controls

33 lines (21 loc) · 1.19 KB

Setup Azure Web PubSub Service from UI

  1. Create a free account on Azure.

  2. Go to Azure Portal

  3. Create Web PubSub Service on Azure Portal Choose first option: Create PubSub

  4. Create a new resource group and choose name for your pubsub service: Create new resource group

  5. Click Review + create

  6. Wait for validation and then click Create Create resource

  7. After creating, you will be redirected. Click Go to resource: Go to resource

  8. Go to Keys and copy Connection string: Get connection string

  9. Paste Connection string in .env file.

  10. Go to Settings and create new Hub: Create Hub Save Hub

  11. Paste hub name in .env file.

For more information visit: Azure Web PubSub Service