-
Notifications
You must be signed in to change notification settings - Fork 360
Description
Facing issues with the content-safety notebook; encountered multiple errors while running content-safety.ipynb.
βοΈ Running: az group show --name lab-content-safety
ππ½ Resource group lab-content-safety does not yet exist. Creating the resource group now...
βοΈ Running: az group create --name lab-content-safety --location uksouth --tags source=ai-gateway
β
Resource group 'lab-content-safety' created β 10:49:17.750524 [0m:7s]
βοΈ Running: az deployment group create --name content-safety --resource-group lab-content-safety --template-file main.bicep --parameters params.json
β Deployment 'content-safety' failed β 10:50:45.711085 [1m:27s] WARNING: The configuration value of bicep.use_binary_from_path has been set to 'false'.
ERROR: {"code": "InvalidTemplate", "message": "Deployment template validation failed: 'The provided value for the template parameter 'aiServicesConfig' is not valid. Expected a value of type 'Array', but received a value of type 'Object'. Please see https://aka.ms/arm-create-parameter-file for usage details.'.", "additionalInfo": [{"type": "TemplateViolation", "info": {"lineNumber": 1, "linePosition": 1059, "path": "properties.template.parameters.aiServicesConfig.type"}}]}