Quick Start
Once the installation done, here are the URLs you will need to use with your application:
- BME API Server URL: copy the Azure Function app URL you have created (name prefix is "bme-api-app"),and append "/api" at the end. It should look like "https://{Your BME API Server Domain}/api"
- BME API Server App Key: In Azure Portal, go to the above Function app, then select the "App Keys", copy the key value of the "_master" key in Host Keys.
- BME Streaming Server URL: the Azure Web app URL you have created (name prefix is "bme-stream-app")
- BME Streaming Server Token API URL: same as above
For details of how to use, please refer to below API specification.