You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/docs/step-by-step-setup.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,15 +34,23 @@ Before implementing this example scenario the following is needed:
34
34
35
35
## 1.2. Deploy Azure resources
36
36
37
-
1. Run the following command to get your Object ID of your Azure AD user.
37
+
1. Before running the notebooks ensure you authenticate with the Azure CLI by running the following command:
38
+
39
+
```bash
40
+
az login --tenant <your-tenant-id>
41
+
```
42
+
43
+
This will open a browser window to authenticate with the Azure CLI.
44
+
45
+
2. Run the following command to get your Object ID of your Azure AD user.
38
46
39
47
```bash
40
48
az ad signed-in-user show --query "id" -o tsv
41
49
```
42
50
43
51
This will be used to assign the required permissions needed to interact with the Azure resources during the setup or a development scenario.
44
52
45
-
2. Click the `Deploy to Azure` button below to deploy the Azure resources required for these example scenarios.
53
+
3. Click the `Deploy to Azure` button below to deploy the Azure resources required for these example scenarios.
46
54
47
55
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fnfmoore%2Fazure-open-ai-example-scenarios%2Fmain%2Finfrastructure%2Fmain.json)
48
56
@@ -64,10 +72,10 @@ The [Getting Started](.github/docs/getting-started.md) section of this repositor
0 commit comments