ProvidersAzure

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
scope string Target scope for Azure resources
View JSON Schema on GitHub

JSON Schema

application-research-providersazure-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProvidersAzure",
  "title": "ProvidersAzure",
  "type": "object",
  "properties": {
    "scope": {
      "type": "string",
      "description": "Target scope for Azure resources"
    }
  },
  "required": [
    "scope"
  ]
}