update hol infrastructure
This commit is contained in:
Родитель
92e89b4dbd
Коммит
0c489c97ad
|
@ -172,9 +172,9 @@ Because this is a "born in Azure" solution, it depends on many Azure resources.
|
|||
|
||||
In this task, you will provision an API Management Service in the Azure portal.
|
||||
|
||||
1. In the Azure portal, select +New, enter "API Management" into the Search the Marketplace box, then select API management from the results
|
||||
1. In the Azure portal, select +Create a resource, enter "API Management" into the Search the Marketplace box, then select API management from the results
|
||||
|
||||
![In the Azure Portal Everything pane, API Management is typed in the search field. Under Results, API Management is circled.](media/image48.png "Azure Portal Everything pane")
|
||||
![In the Azure Portal Everything pane, API Management is typed in the search field. Under Results, API Management is circled.](media/create-api-management-resource.png "Azure Portal Everything pane")
|
||||
|
||||
2. In the API Management blade, select Create
|
||||
|
||||
|
@ -204,9 +204,10 @@ In this task, you will provision an API Management Service in the Azure portal.
|
|||
|
||||
In this section, you will provision an Azure Active Directory B2C tenant. You will use this if you do BONUS Exercise 10, so it is best to set it up in advance to avoid having to wait for provisioning.
|
||||
|
||||
1. In the Azure portal, select +New, and enter "Azure Active Directory" into the Search the Marketplace box, then select Azure Active Directory B2C from the results
|
||||
1. In the Azure portal, select +Create a resource, and enter "Azure Active Directory" into the Search the Marketplace box, then select Azure Active Directory B2C from the results
|
||||
|
||||
![In the Azure Portal Everything pane, Azure Active Directory is typed in the search field. Under Results, Azure Active Directory B2C is circled.](media/create-azure-ad-b2c-resource.png "Azure Portal Azure AD Panel")
|
||||
|
||||
![In the Azure Portal Everything pane, Azure Active Directory is typed in the search field. Under Results, Azure Active Directory B2C is circled.](media/image30.png "Azure Portal Everything pane")
|
||||
|
||||
2. Select Create in the Azure Active Directory B2C blade
|
||||
|
||||
|
@ -238,9 +239,9 @@ In this section, you will provision an Azure Active Directory B2C tenant. You wi
|
|||
|
||||
In these steps, you will provision a Web App in a new App Service Plan.
|
||||
|
||||
1. Select +New in the Azure Portal, select Web, then select Web App
|
||||
1. Select +Create a resource in the Azure Portal, select Web, then select Web App
|
||||
|
||||
![In the Azure Portal, New pane, under Azure Marketplace, Web and Web App (Quckstart tutorial) are both circled.](media/image50.png "Azure Portal, New pane")
|
||||
![In the Azure Portal, New pane, under Azure Marketplace, Web and Web App are both circled.](media/create-web-app-resource.png "Azure Portal, Create a resource pane")
|
||||
|
||||
2. On the Create Web App blade, enter the following:
|
||||
|
||||
|
@ -278,9 +279,9 @@ In these steps, you will provision a Web App in a new App Service Plan.
|
|||
|
||||
In this task, you will provision a Function App using a Consumption Plan. By using a Consumption Plan, you enable dynamic scaling of your Functions.
|
||||
|
||||
1. Select +New in the Azure Portal, and enter "Function App" in the Search the Marketplace box, then select Function App from the results
|
||||
1. Select +Create a resource in the Azure Portal, and enter "Function App" in the Search the Marketplace box, then select Function App from the results
|
||||
|
||||
![In the Azure Portal Everything pane, the search field is set to Function App. Under Results, Function App is circled.](media/image54.png "Azure Portal Everything pane")
|
||||
![In the Azure Portal Everything pane, the search field is set to Function App. Under Results, Function App is circled.](media/create-function-app-resource.png "Azure Portal Create Function App")
|
||||
|
||||
2. Select Create on the Function App blade
|
||||
|
||||
|
@ -310,9 +311,9 @@ In this task, you will provision a Function App using a Consumption Plan. By usi
|
|||
|
||||
In this section, you will create a Storage account for the application to create and use queues required by the solution.
|
||||
|
||||
1. In the Azure portal, select +New, Storage, then select Storage account -- blob, file, table, queue under Featured
|
||||
1. In the Azure portal, select +Create a resource, Storage, then select Storage account -- blob, file, table, queue under Featured
|
||||
|
||||
![In the Azure Portal, New pane, under Azure Marketplace, Storage is circled. Under Featured, Storage account - blob, file, table, queue (Quickstart tutorial) is circled.](media/image56.png "Azure Portal, New pane")
|
||||
![In the Azure Portal, New pane, under Azure Marketplace, Storage is circled. Under Featured, Storage account - blob, file, table, queue (Quickstart tutorial) is circled.](media/create-storage-account-resource.png "Azure Portal Create Storage Account")
|
||||
|
||||
2. In the Create Storage account blade, enter the following:
|
||||
|
||||
|
@ -344,9 +345,9 @@ In this section, you will create a Storage account for the application to create
|
|||
|
||||
In this section, you will provision a Cosmos DB account, a Cosmos DB Database and a Cosmos DB collection that will be used to collect ticket orders.
|
||||
|
||||
1. In the Azure portal, select +New, Databases, then select Azure Cosmos DB
|
||||
1. In the Azure portal, select +Create a resource, Databases, then select Azure Cosmos DB
|
||||
|
||||
![In the Azure Portal, New pane, in the side column, Databases is circled. In the right pane, Azure Cosmos DB (Quickstart tutorial) is circled.](media/image58.png "Azure Portal, New pane")
|
||||
![In the Azure Portal, New pane, in the left column, Databases is circled. In the side pane, Azure Cosmos DB (Quickstart tutorial) is circled.](media/create-cosmos-db-resource.png "Azure Portal, Create Resource Database Pane")
|
||||
|
||||
2. On the Azure Cosmos DB blade, enter the following:
|
||||
|
||||
|
@ -364,7 +365,7 @@ In this section, you will provision a Cosmos DB account, a Cosmos DB Database an
|
|||
|
||||
g. Select Create to provision the Cosmos DB
|
||||
|
||||
![In the Azure Cosmos DB blade, fields are set to the previously defined settings.](media/image59.png "Azure Cosmos DB blade")
|
||||
![In the Azure Cosmos DB blade, fields are set to the previously defined settings.](media/cosmos-db-settings.png "Azure Cosmos DB blade")
|
||||
|
||||
3. When the Cosmos DB account is ready, navigate to the hands-on-labs Resource Group, and select your Cosmos DB account from the list
|
||||
|
||||
|
@ -466,7 +467,7 @@ Note: Not all features are in place, but you will be able to see that the applic
|
|||
|
||||
10. In Solution Explorer, right-click the Service Fabric Application, ContosoEventsApp, and select Publish
|
||||
|
||||
![In Solution Explorer, the Service Fabric folder is expanded, and ContosoEventsApp is circled. In the right-click menu, Publish is circled.](media/image78.png "Solution Explorer")
|
||||
![In Solution Explorer, the Service Fabric folder is expanded, and ContosoEventsApp is circled. In the right-click menu, Publish is circled.](media/image78.png "Solution Explorer")
|
||||
|
||||
11. In the Publish Service Fabric Application dialog, select PublishProfiles\\Local.1Node.xml for the Target profile, ensure the correct account is selected, and select Publish
|
||||
|
||||
|
@ -715,7 +716,7 @@ You will also create a second function that will be used to generate load agains
|
|||
|
||||
d. Select Save
|
||||
|
||||
19. While still on the Integrate screen, select +New Output
|
||||
19. While still on the Integrate screen, select +Create a resource Output
|
||||
|
||||
![On the Integrate Screen, under Outputs, + New Output is circled.](media/image117.png "Integrate Screen")
|
||||
|
||||
|
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 115 KiB |
Загрузка…
Ссылка в новой задаче