Skip to content

Latest commit

 

History

History
81 lines (43 loc) · 2.51 KB

01.CreateAzureResources.md

File metadata and controls

81 lines (43 loc) · 2.51 KB

Create Azure Resources

  1. Open AdventureWorks.SkiResort solution.

  2. Expand the deployment deployment solution folder.

  3. Expand the SkiResort.Deploy project.

  4. Click on the Skiresort.parameters.json file.

  5. By default, Stream Analytics uses a free pricing tier (Shared cluster). You can only create one Search service at the free pricing tier. Change to “basic” or “standard” if you already have a free search service in your azure subscription.

  6. The Azure ML Web Services provide multiple tiers that you can use to provision your billing plan. The dev/test tier is a tier that provides limited included quantities that allow you to test your experiment as new web service without incurring costs. You can only create one Azure ML Web Services at the dev/test tier. Change to S1 if you already have a dev/test service in your azure subscription

  7. The project contains an ARM template (skiresort.json) to create all the Azure Resources needed in the demo environments.

  8. Click on the SkiResort.Deploy.

  9. Click on deploy.

  10. Add your Microsoft Azure account or choose the credentials that you want to use if you are already logged in.

  11. Choose your Azure Subscription.

  12. Select the Resource group that you created before.

  13. Choose the skiresort.json files as a deployment template.

  14. Choose the skiresort.parametes.json files as template parameters.

  15. Click on Deploy.

  16. Check the output window to follow the process. The process will take several minutes (20-30 minutes).

  17. After finishing the process, the output window will show the URI of the webapps deployed and the connection string to the SQL Server VM that is created.

  18. Copy the URL (Website basic).

  19. Open a browser and paste the URL (The database and sample data is created the first time you navigate. The creation process may take a few minutes)

  20. By default, the credentials are:

    • Username: skiresort
    • Password: P2ssw0rd@1
  21. Copy the second URL (Website advanced).

  22. Open a browser and paste the URL.

  23. By default, the credentials are:

    • Username: skiresort
    • Password: P2ssw0rd@1
  24. In your Azure subscription you will have something similar to the picture.

Next