A template for creating a new Cognitve Services Computer Vision API
Den här ARM-mallen (Azure Resource Manager) skapades av en community-medlem, inte av Microsoft. Varje ARM-mall licensieras till dig enligt ett licensavtal av respektive ägare, inte Microsoft. Microsoft ansvarar inte för ARM-mallar som erbjuds och licensieras av community-medlemmar och undersöker inte mallarnas säkerhet, kompatibilitet eller prestanda. Microsofts supportprogram och supporttjänster omfattar inte support för ARM-mallar från community-medlemmar, och dessa mallar tillhandahålls i BEFINTLIGT SKICK utan någon form av garanti.
Parametrar
Parameternamn | Beskrivning |
---|---|
accountName | Display name of Computer Vision API account |
SKU | SKU for Computer Vision API |
cognitiveServicesLocation | The location for the Computer Vision API |
Använda mallen
PowerShell
New-AzureRmResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/101-cognitive-services-computer-vision-api/azuredeploy.jsonInstallera och konfigurera Azure PowerShell
Kommandoraden
azure config mode arm azure group deployment create <my-resource-group> <my-deployment-name> --template-uri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/101-cognitive-services-computer-vision-api/azuredeploy.jsonInstallera och konfigurera Azures plattformsoberoende kommandoradsgränssnitt