This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "ArmAlertTemplates": [ | |
| { | |
| "Title": "A resource provider failed to process Azure Resource Manager requests.", | |
| "Severity": "Warning", | |
| "Description": "The resource provider {ResourceProviderNamespace} is not responding to some requests from Azure Resource Manager. This could be due to network issues or represent an unidentified problem with the resource provider.", | |
| "Remediations": [ | |
| "Try the following actions to restore the resource provider to full operation.", | |
| "1. In the portal, go to \u0027Resource provider manifests\u0027, locate the provider that is listed as the COMPONENT in this alert, and if that provider reports health information, review that provider’s health.", | |
| "2. If the resource provider has active alerts, follow the remediation steps for those specific alerts first.", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| "Microsoft.ApiManagement/service/api-version-sets.displayName", | |
| "Microsoft.ApiManagement/service/api-version-sets.versioningScheme", | |
| "Microsoft.ApiManagement/service/caches.description", | |
| "Microsoft.ApiManagement/service/caches.connectionString", | |
| "Microsoft.ApiManagement/service/caches.resourceId", | |
| "Microsoft.ApiManagement/service/publisherEmail", | |
| "Microsoft.ApiManagement/service/publisherName", | |
| "Microsoft.ApiManagement/service/sku.name.externalDocs", | |
| "Microsoft.ApiManagement/service/sku.name", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="ja"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
| <title>Welcome to Viola</title> | |
| </head> | |
| <body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* @pageは印刷ページについて指定する特別なルールです */ | |
| @page { | |
| /* sizeは印刷するページの大きさを指定します。 | |
| * 下のような幅と高さの指定以外にも、A4やJIS-B5などが指定できます。 | |
| */ | |
| size: 182mm 257mm; | |
| } | |
| [data-type="titlepage"] { | |
| -epubx-flow-into: titlepage; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| variable "count" { | |
| default = "50" | |
| } | |
| provider "azurestack" { | |
| arm_endpoint = "https://management.local.azurestack.external" | |
| subscription_id = "" | |
| client_id = "" | |
| client_secret = "" | |
| tenant_id = "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - name: Create Azure VM | |
| hosts: localhost | |
| connection: local | |
| tasks: | |
| - name: Create resource group | |
| azure_rm_resourcegroup: | |
| name: myResourceGroup | |
| location: local | |
| - name: Create virtual network | |
| azure_rm_virtualnetwork: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://azure.microsoft.com/en-us/blog/azure-source-volume-69/ | |
| - Account failover now in public preview for Azure Storage | |
| - Azure Cost Management now generally available for enterprise agreements and more! | |
| - Azure Monitor January 2019 updates | |
| https://azure.microsoft.com/en-us/blog/azure-source-volume-68/ | |
| - What's new in Azure Log Analytics – January 2019 | |
| https://azure.microsoft.com/en-us/blog/azure-source-volume-67/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "AzureBridgeServiceAlertTemplates": [ | |
| { | |
| "Title": "Activation Required", | |
| "Description": "Azure Stack is not activated.", | |
| "Severity": "Warning" | |
| }, | |
| { | |
| "Title": "Activation Expired", | |
| "Description": "Azure Stack activation expired. Please reactivate your Azure Stack.", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", | |
| "contentVersion": "1.0.0.0", | |
| "parameters": { | |
| "existingVirtualMachinesResourceGroup": { | |
| "type": "string", | |
| "metadata": { | |
| "description": "Resource group where the virtual machines are located. This can be different than resource group of the vault. " | |
| } | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", | |
| "contentVersion": "1.0.0.0", | |
| "parameters": { | |
| "vaultName": { | |
| "type": "string", | |
| "metadata": { | |
| "description": "Name of the Recovery Services Vault" | |
| } | |
| }, |