Skip to content

Commit f64e927

Browse files
authored
update defaultName
1 parent 670e31b commit f64e927

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/modules/ai-foundry-project/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ param nameFormatted string
2828
@description('Name of the first project')
2929
param defaultProjectName string = name
3030
param defaultProjectDisplayName string = name
31-
param defaultProjectDescription string = 'Describe what your project is about.'
31+
param defaultProjectDescription string = 'This is a sample project for AI Foundry.'
3232

3333
resource foundryAccount 'Microsoft.CognitiveServices/accounts@2025-04-01-preview' existing = {
3434
name: aiServicesName

0 commit comments

Comments
 (0)