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
@description('Name of the Azure OpenAI instance. Must be globally unique and 3-63 characters, using only lowercase letters, numbers, and hyphens, starting and ending with a letter or number.')
2
+
@minLength(3)
3
+
@maxLength(63)
4
+
paramnamestring
5
+
6
+
@description('Location for the Azure OpenAI resource.')
7
+
paramlocationstring
8
+
9
+
@description('Tags to apply to the Azure OpenAI resource.')
10
+
paramtagsobject = {}
11
+
12
+
@description('SKU for Azure OpenAI. Allowed values: Standard, Default is Standard.')
0 commit comments