Lab 1: Create Azure resources

Task 1: Open the Azure portal

  1. On the taskbar, select the Microsoft Edge icon.

  2. In the browser window, browse to the Azure portal (portal.azure.com) and sign in with the account you'll be using for this lab.

    Note: If this is your first time signing in to the Azure portal, you'll be offered a tour of the portal. Select Get Started to skip the tour and begin using the portal.

Task 2: Create an Azure Service Bus queue

  1. In the Azure portal, use the Search resources, services, and docs text box to search for Service Bus and then, in the list of results, select Service Bus.

  2. On the Service Bus blade, select + Create.

  3. On the Create namespace blade, on the Basics tab, perform the following actions, and select Review + create:

    | Setting | Action | | -- | -- | | Subscription drop-down list |Retain the default value | | Resource group section | Select Create new, enter AsyncProcessor, and then select OK | | Namespace name text box | Enter sbnamespace[yourname] | | Region drop-down list | Select any Azure region in which you can deploy an Azure Service Bus | | Pricing tier drop-down list | Select Basic |

    The following screenshot displays the configured settings on the Basics tab on the Create namespace blade.

    Create an Azure Service Bus namespace blade

  4. On the Review + create tab, review the options that you selected during the previous steps.

  5. Select Create to create the Service Bus namespace by using your specified configuration.

    Note: Wait for the creation task to complete before you proceed with this lab.

  6. On the Deployment blade, select the Go to resource button to navigate to the blade of the newly created Service Bus namespace.

  7. On the Service Bus namespace blade, in the Settings section, select Shared access policies.

  8. In the list of policies, select RootManageSharedAccessKey.

  9. On the SAS Policy: RootManageSharedAccessKey pane, next to the Primary Connection String entry, select the Copy to clipboard button, and record the copied value. You'll use it later in this lab.

    Note: It doesn't matter which of the two available keys you choose. They are interchangeable.

  10. On the Service Bus namespace blade, in the Entities section, select Queues, and then select + Queue.

  11. On the Create queue blade, review the available settings, in the Name text box, enter messagequeue, and then select Create.

  12. Select messagequeue to display the properties of the Service Bus queue.

  13. Leave the browser window open. You'll use it again later in this lab.

Review

In this exercise, you created an Azure Service Bus namespace and a Service Bus queue that you'll use through the remainder of the lab.

results matching ""

    No results matching ""