Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
serling1962 authored Jan 15, 2025
1 parent 2d066bf commit 778d839
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions Instructions/Labs/LAB_03_Create a Log Analytics workspace.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
lab:
title: 'Exercise 03 - Create a Log Analytics workspace'
module: 'Module 04 - Create a Log Analytics workspace'
---


>**Note**: To complete this lab, you will need an [Azure subscription.](https://azure.microsoft.com/en-us/free/?azure-portal=true) in which you have administrative access.

When you collect logs and data, the information is stored in a workspace. A workspace has a unique workspace ID and resource ID. The workspace name must be unique for a given resource group. After you've created a workspace, configure data sources and solutions to store their data there.

---

## Skilling task

- Create a Log Analytics workspace.
- Associate the workspace with an existing resource group.
- Specify a specific region to deploy the workspace.

## Exercise instructions

### Use the Log Analytics workspaces menu to create a workspace.

1. Start a browser session and sign-in to the [Azure portal menu.](https://portal.azure.com/)

2. In the search box at the top of the portal, type **log analytics workspaces.** Select **Log Analytics workspaces** in the search results.

3. On the **Log Analytics workspaces** page, select **+ Create.**

4. On the **Basics** page of **Create Log Analytics workspace,** enter or select this information:

|Setting|Value|
|---|---|
|**Project details**|
|Subscription|Select your subscription.|
|Resource group|Enter **az-rg-1.**|
|**Instance details**|
|Name|Enter **azwrkspc1a.**|
|Region|Select **East US.**|

5. Select the **Review + create** tab at the bottom of the page.

6. Select **Create.**

> **Results:** You have created a Log Analytics workspace, to collect data from Azure reources.

0 comments on commit 778d839

Please sign in to comment.