Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates #107

Open
wants to merge 6 commits into
base: FY-23
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ In this exercise, you will be performing the following tasks:

1. Now, from the upper right corner, click on the **Fork** to fork the repository to your GitHub account.

![](.././media/02.png)
![](.././media/fork-the-repo-2712.png)

1. On **Create a new fork**, disable the **Copy the master branch only (1)** and click **Create fork(2).**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ In this task, you will select an existing policy definition and create a policy
![](.././media/hybrid50.png)

1. On the **Policies** blade, click on **Enable extension** to onboard to Azure Policy for Azure Arc-enabled Kubernetes clusters.

> **Note:** It can about 5 minutes for the extension to enable.

![](.././media/HOL2-Ex2-T1-S3.png)

1. Now, click on **go to Azure Policy** to navigate to **Compliance** blade.
Expand Down Expand Up @@ -75,7 +76,7 @@ In this task, you will select an existing policy definition and create a policy
--git-readonly
```
- Repository URL: The forked repo name of **https://github.com/Azure/arc-k8s-demo (7)** that you are using for performing the lab.

> **Note:** Your URL of the forked repo should look like this _https://github.com/your-github-username/Azure/arc-k8s-demo_
- Set the **Enable helm** option to **false (8)**.

- **Leave the other options set to default** and then click on **Next (9)** from the bottom of the page.
Expand Down
17 changes: 14 additions & 3 deletions HOL-3-azure-arc-data-services/AzureArc-DirectMode.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ In this exercise, you will be performing the following tasks:
az extension update --name customlocation
az extension update --name arcdata
```
> Note: If you encounter the below error as shown in the image, please run the following command to upgrade the az cli and complete the installation process.

```
az upgrade
```
![](media/E8T1S9-note-2712.png)

1. You can validate that you have all the required extensions with the latest versions by running the below command:

Expand Down Expand Up @@ -289,7 +295,7 @@ In this task, you will be connecting an existing Kubernetes cluster to Azure usi

Under the Metrics and Logs Dashboard Credentials enter the below details.

* Data controller login: **arcuser (3)**
* Data controller Username: **arcuser (3)**

* Password: **Password.1!! (4)**

Expand Down Expand Up @@ -470,9 +476,14 @@ Now let us connect to the data controller using Azure Data Studio.
```
![asdasd](./media/cncttonewdc.png "Azure Data Studio")

>**Note:** If you see any error message in **Cluster Context**, open the **command prompt** and run the below command.
>**Note:** If you see any error message: **Error loading cluster context** in **Cluster Context**, open the **command prompt** and run the below command.
```BASH
az login
```
Login to azure using the environment credentials, then execute the below command.

```BASH
Import-AzAksCredential -ResourceGroupName $env:resourceGroup -Name Arc-Data-Demo-DirectMode -Force
az aks get-credentials --resource-group azure-arc --name Arc-Data-Demo-DirectModee
```

3. Once the connection is successful, you can see the Azure Arc data controller listed under Azure Arc Controllers on the bottom left of the Azure Data Studio.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/E8T1S9-note-2712.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/fork-the-repo-2712.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.