I wanna try using Microsoft Immersive Reader SDK using Node.js. I am following the steps listed here, which lists some prerequisites listed here:
When I followed the steps listed at the previous link, and since this is the first time I am trying Azure, it prompted me to create a subscription. I did so. Then, I continued following the steps listed there, where I got stuck when it asked me for the following parameters:
-SubscriptionName '<SUBSCRIPTION_NAME>' `
-ResourceName '<RESOURCE_NAME>' `
-ResourceSubdomain '<RESOURCE_SUBDOMAIN>' `
-ResourceSKU '<RESOURCE_SKU>' `
-ResourceLocation '<RESOURCE_LOCATION>' `
-ResourceGroupName '<RESOURCE_GROUP_NAME>' `
-ResourceGroupLocation '<RESOURCE_GROUP_LOCATION>' `
-AADAppDisplayName '<AAD_APP_DISPLAY_NAME>' `
-AADAppIdentifierUri '<AAD_APP_IDENTIFIER_URI>' `
-AADAppClientSecret '<AAD_APP_CLIENT_SECRET>'
-AADAppClientSecretExpiration '<AAD_APP_CLIENT_SECRET_EXPIRATION>'
How can I continue as I have no idea on what to enter for all those parameters besides the SubscriptionName I guess? I know the page linked above gives you description of what these parameters are, but it doesn't tell me whether I create those parameter values on my own or do I retrieve it from somewhere in my Azure dashboard? Btw, I am just going to be developing locally for now.
Also, I am using Cloud Shell in Azure to follow the steps listed on those links above.