Open praveenbarli opened 8 years ago
thx, will look at it, it would be helpful to do Pull Request ... David
Some additional comments/feedback on documentation updates when building the Mobile App for an environment deployed into a new Subscription:
In addition to the Mobile Apps, it would be good to highlight the need to setup the PowerBISink for the Streaming Analytics jobs even if the automated deployment is used.
Cool ,666666
1) in\scripts\Readme.md
In section: Service Fabric cluster configuration (optional)
after connecting to azure subscription , the below command to set the context helped me in getting step 3 run successfully.
powershell cmd: Set-AzureRmContext - SubscriptionId
2) In Deployment article ( https://azure.microsoft.com/en-us/documentation/articles/iot-solution-build-system/) for mobile app to work properly : we should sign on Mobile app with Microsoft account. This is mentioned in reference guild but not in the web article. https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-how-to-configure-microsoft-authentication/ 3) For Mobile App Service (backend API) SSL should be configured which could be done in the portal . This is missing in the above deployment web article. 4) In mobile app we got to create our own pfx file (certificate) and create a package before deploying to hockey app. A link to create certificate would help (https://msdn.microsoft.com/en-us/library/ff699202.aspx)