Forum Discussion
davisx
Oct 28, 2022Copper Contributor
Where can we find the "SUBDOMAIN"(SUBDOMAIN={YOUR_SUBDOMAIN}" ) when follow this guide?
Trying to follow this guide, but not sure what SUBDOMAIN domain really is.
TENANT_ID={YOUR_TENANT_ID}
CLIENT_ID={YOUR_CLIENT_ID}
CLIENT_SECRET={YOUR_CLIENT_SECRET}
SUBDOMAIN={YOUR_SUBDOMAIN}
https://learn.microsoft.com/en-us/azure/applied-ai-services/immersive-reader/quickstarts/client-libraries?pivots=programming-language-nodejs
Please help and thank you in advance.
- GeorgiaKalyvaLearn Expert
davisx When you created the Immersive reader resource, you created a Name that creates a subdomain (endpoint) for the resource. Use this as the subdomain in your code. (See attached image). You will find it as the Resource name or the first part of the endpoint e.g. {subdomain}.cognitiveservices.azure.com/
- davisxCopper Contributorok, we can use just put mySubdomain(as SUBDOMAIN=mySubdomain ), correct ?
- GeorgiaKalyvaLearn Expertif your endpoint is mySubdomain.cognitiveservices.azure.com yes.