Update chapter-06-gbapp-reference.md

This commit is contained in:
Rodrigo Rodriguez 2021-11-06 08:51:11 -03:00 committed by GitHub
parent 8832656c63
commit b1374aa31e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,13 @@ cd BotServer
6. Clone the just forked repository by running `git clone <your-forked-repository-url>/BotServer.git` ; 6. Clone the just forked repository by running `git clone <your-forked-repository-url>/BotServer.git` ;
7. Run the bot server by `gbot.cmd` . 7. Run the bot server by `gbot.cmd` .
#### Common Errors
- The subscription is not registered to use namespace 'Microsoft.Web'. See https://aka.ms/rps-not-found for how to register subscriptions.
-- Enter Azure | <Subscription> | Resource providers | Find Microsoft.Web and check it.
* Required packages * Required packages
``` cmd ``` cmd