Documentation is not at all beginner friendly.
Opened this issue · 0 comments
This issue is for a: (mark with an x
)
- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [x] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
As the title says. Spent 2 days reading all the official docs on Microsoft. Did a few simple htmls. So far so good. Then i found this repository. The demo looks good and said "why not try to use this as a use case to show people?". Boy i was wrong. Spent the whole week trying to get my head around the readme. Finally I managed to upload the livemaps-api as a function on azure. But i'm still stuck.
What i did so far:
azure: I created an Azure Function with the livemaps-api.
azure: created an indoormap with as the official docs says
local: edited the .env file with my azure maps subscription key
local: edited the .env file with REACT_APP_API_BASE_URL
as "http://edited.azurewebsites.net"
local: npm install && npm build && npm build
What am i doing wrong here?
The parts that i don't understand are these:
REACT_APP_SITEMAP_URL
- what should i put here ?
REACT_APP_SIDEBAR_DATA_URL
- and here ?
REACT_APP_WARNINGS_DATA_URL
- what about here ?
the part with "Server side configuration" . I have a blob storage and i have some json files in there. should i put the code from the readme in my json in blob ?
Please help!