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: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,17 +35,17 @@ Azure patterns & practices team is transitioning this and related content from A
35
35
| Basic implementation *(this repo)*|:ballot_box_with_check: AI Studio project |
36
36
|[Basic architecture on Microsoft Learn](https://learn.microsoft.com/azure/architecture/ai-ml/architecture/basic-openai-e2e-chat)|:white_square_button: AML workspace |
37
37
|[Baseline implementation](https://github.com/Azure-Samples/openai-end-to-end-baseline)|:white_square_button: AML workspace |
38
-
|[Baseline architecture on Microsoft Learn](https://learn.microsoft.com/en-us/azure/architecture/ai-ml/architecture/baseline-openai-e2e-chat)|:white_square_button: AML workspace |
38
+
|[Baseline architecture on Microsoft Learn](https://learn.microsoft.com/azure/architecture/ai-ml/architecture/baseline-openai-e2e-chat)|:white_square_button: AML workspace |
39
39
|[Azure landing zone implementation](https://github.com/Azure-Samples/azure-openai-chat-baseline-landing-zone)|:white_square_button: AML workspace |
40
-
|[Azure landing zone architecture on Microsoft Learn](https://learn.microsoft.com/en-us/azure/architecture/ai-ml/architecture/azure-openai-baseline-landing-zone)|:white_square_button: AML workspace |
40
+
|[Azure landing zone architecture on Microsoft Learn](https://learn.microsoft.com/azure/architecture/ai-ml/architecture/azure-openai-baseline-landing-zone)|:white_square_button: AML workspace |
41
41
42
42
## Deployment guide
43
43
44
44
Follow these instructions to deploy this example to your Azure subscription, try out what you've deployed, and learn how to clean up those resources.
45
45
46
46
### Prerequisites
47
47
48
-
- An [Azure subscription](https://azure.microsoft.com/free/).
48
+
- An [Azure subscription](https://azure.microsoft.com/free/)
49
49
50
50
- The subscription must have the following resource providers [registered](https://learn.microsoft.com/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider).
51
51
@@ -66,7 +66,7 @@ Follow these instructions to deploy this example to your Azure subscription, try
66
66
- Total Cluster Dedicated Regional vCPUs: 4
67
67
- Standard DASv4 Family Cluster Dedicated vCPUs: 4
68
68
69
-
- Your deployment user must have the following permissions at the subscription scope:
69
+
- Your deployment user must have the following permissions at the subscription scope.
70
70
71
71
- Ability to assign [Azure roles](https://learn.microsoft.com/azure/role-based-access-control/built-in-roles) on newly created resource groups and resources. (E.g. `User Access Administrator` or `Owner`)
72
72
- Ability to purge deleted AI services resources. (E.g. `Contributor` or `Cognitive Services Contributor`)
0 commit comments