last sync: 2020-Oct-14 13:41:19 UTC

Azure Policy

[Deprecated]: Allow resource creation only in Japan data centers

Policy DisplayName [Deprecated]: Allow resource creation only in Japan data centers
Policy Id e01598e8-6538-41ed-95e8-8b29746cd697
Policy Version (details on Policy versioning ) n/a
Policy Category General
Policy Description Allows resource creation in the following locations only: Japan East, Japan West
Policy Mode Indexed
Policy Type BuiltIn
Policy in Preview FALSE
Policy Deprecated True
Policy Effect Fixed: Deny
Roles used none
Policy Changes
Date/Time (UTC ymd) (i) Change type Change detail
2019-10-08 15:55:12 change Previous DisplayName: Allow resource creation only in Japan data centers
Used in Policy Initiative(s) none
Policy Rule
{
  "properties": {
  "displayName": "[Deprecated]: Allow resource creation only in Japan data centers",
    "policyType": "BuiltIn",
    "mode": "Indexed",
    "description": "Allows resource creation in the following locations only: Japan East, Japan West",
    "metadata": {
      "category": "General",
      "deprecated": true
    },
    "parameters": {
      
    },
    "policyRule": {
      "if": {
        "not": {
          "field": "location",
          "in": [
            "japaneast",
            "japanwest"
          ]
        }
      },
      "then": {
        "effect": "Deny"
      }
    }
  },
  "id": "/providers/Microsoft.Authorization/policyDefinitions/e01598e8-6538-41ed-95e8-8b29746cd697",
  "type": "Microsoft.Authorization/policyDefinitions",
  "name": "e01598e8-6538-41ed-95e8-8b29746cd697"
}