@Snehal Desai Thanks for reaching out to Microsoft Q&A, apologize for any inconvinience caused on this.
In the shared GitHub link, from the main.bicep
file under infra we can see that below are the allowed values for the parameter documentIntelligenceResourceGroupLocation.
@description('Location for the Document Intelligence resource group')
@allowed(['eastus', 'westus2', 'westeurope'])
@metadata({
azd: {
type: 'location'
}
})
param documentIntelligenceResourceGroupLocation string
Could you please pass any of the above values to parameter documentIntelligenceResourceGroup Parameter, re-try the deployment and let me know if you are still facing any issues.