Skip to content

Commit 9e716f3

Browse files
refactor: Resolve Conflict
2 parents 334fc59 + 11b4320 commit 9e716f3

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,15 @@ Check out similar solution accelerators
187187

188188
<br/>
189189

190+
💡 Want to get familiar with Microsoft's AI and Data Engineering best practices? Check out our playbooks to learn more
191+
192+
| Playbook | Description |
193+
|:---|:---|
194+
| [AI&nbsp;playbook](https://learn.microsoft.com/en-us/ai/playbook/) | The Artificial Intelligence (AI) Playbook provides enterprise software engineers with solutions, capabilities, and code developed to solve real-world AI problems. |
195+
| [Data&nbsp;playbook](https://learn.microsoft.com/en-us/data-engineering/playbook/understanding-data-playbook) | The data playbook provides enterprise software engineers with solutions which contain code developed to solve real-world problems. Everything in the playbook is developed with, and validated by, some of Microsoft's largest and most influential customers and partners. |
196+
197+
<br/>
198+
190199

191200
## Provide feedback
192201

content-gen/infra/main.bicep

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,20 @@ param secondaryLocation string = 'uksouth'
3838

3939
// NOTE: Metadata must be compile-time constants. Update usageName manually if you change model parameters.
4040
// Format: 'OpenAI.<DeploymentType>.<ModelName>,<Capacity>'
41+
// Allowed regions: Union of GPT-5.1, gpt-image-1, and gpt-image-1.5 GlobalStandard availability
42+
@allowed([
43+
'australiaeast'
44+
'canadaeast'
45+
'eastus2'
46+
'japaneast'
47+
'koreacentral'
48+
'polandcentral'
49+
'swedencentral'
50+
'switzerlandnorth'
51+
'uaenorth'
52+
'uksouth'
53+
'westus3'
54+
])
4155
@metadata({
4256
azd: {
4357
type: 'location'

content-gen/infra/main.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"_generator": {
77
"name": "bicep",
88
"version": "0.40.2.10011",
9-
"templateHash": "18177824041085730709"
9+
"templateHash": "14662930066054172114"
1010
},
1111
"name": "Intelligent Content Generation Accelerator",
1212
"description": "Solution Accelerator for multimodal marketing content generation using Microsoft Agent Framework.\n"
@@ -62,6 +62,19 @@
6262
},
6363
"azureAiServiceLocation": {
6464
"type": "string",
65+
"allowedValues": [
66+
"australiaeast",
67+
"canadaeast",
68+
"eastus2",
69+
"japaneast",
70+
"koreacentral",
71+
"polandcentral",
72+
"swedencentral",
73+
"switzerlandnorth",
74+
"uaenorth",
75+
"uksouth",
76+
"westus3"
77+
],
6578
"metadata": {
6679
"azd": {
6780
"type": "location",

0 commit comments

Comments
 (0)