Skip to content

Commit 2854a95

Browse files
fix: update GPT model reference and remove unused AVM telemetry resource from container registry module
1 parent 0029832 commit 2854a95

2 files changed

Lines changed: 1 addition & 21 deletions

File tree

docs/AzureGPTQuotaSettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
3. **Go to** the `Management Center` from the bottom-left navigation menu.
66
4. Select `Quota`
77
- Click on the `GlobalStandard` dropdown.
8-
- Select the required **GPT model** (`GPT-4, GPT-5.1`).
8+
- Select the required **GPT model** (`GPT-5.1`).
99
- Choose the **region** where the deployment is hosted.
1010
5. Request More Quota or delete any unused model deployments as needed.

infra/modules/containerRegistry.bicep

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -77,26 +77,6 @@ resource roleAssignment 'Microsoft.Authorization/roleAssignments@2022-04-01' = [
7777
}
7878
}]
7979

80-
// AVM Telemetry
81-
#disable-next-line no-deployments-resources
82-
resource avmTelemetry 'Microsoft.Resources/deployments@2025-04-01' = if (enableTelemetry) {
83-
name: take('46d3xbcp.ptn.acr.${replace('-..--..-', '.', '-')}.${substring(uniqueString(deployment().name, location), 0, 4)}', 64)
84-
properties: {
85-
mode: 'Incremental'
86-
template: {
87-
'$schema': 'https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#'
88-
contentVersion: '1.0.0.0'
89-
resources: []
90-
outputs: {
91-
telemetry: {
92-
type: 'String'
93-
value: 'For more information, see https://aka.ms/avm/TelemetryInfo'
94-
}
95-
}
96-
}
97-
}
98-
}
99-
10080
// Outputs
10181
output resourceId string = containerRegistry.id
10282
output name string = containerRegistry.name

0 commit comments

Comments
 (0)