From 76f2266827773ee9e9c33205336e284356264a0f Mon Sep 17 00:00:00 2001 From: Takashi Takebayashi Date: Wed, 24 Apr 2019 12:45:07 +0900 Subject: [PATCH 1/3] Add missing description --- articles/azure-functions/functions-host-json.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/articles/azure-functions/functions-host-json.md b/articles/azure-functions/functions-host-json.md index 04a4673be0d8c..e2634abb80b55 100644 --- a/articles/azure-functions/functions-host-json.md +++ b/articles/azure-functions/functions-host-json.md @@ -189,6 +189,9 @@ Controls the logging behaviors of the function app, including Application Insigh "Function.MyFunction": "Information", "default": "None" }, + "console": { + ... + }, "applicationInsights": { ... } From 83ecc8d174bb20b68ea70caf719391e1dc3211ea Mon Sep 17 00:00:00 2001 From: John Call Date: Mon, 6 May 2019 16:35:30 -0700 Subject: [PATCH 2/3] Add Service fabric cluster endpoint mapping --- .../azure-government/documentation-government-developer-guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/articles/azure-government/documentation-government-developer-guide.md b/articles/azure-government/documentation-government-developer-guide.md index 670d43345a989..450bcfbca5bd8 100644 --- a/articles/azure-government/documentation-government-developer-guide.md +++ b/articles/azure-government/documentation-government-developer-guide.md @@ -91,6 +91,7 @@ The following table shows the mapping between some Azure services and Azure Gove | Key Vault DNS Suffix | \*.vault.usgovcloudapi.net | \*.vault.azure.net | | Service Bus DNS Suffix | \*.servicebus.usgovcloudapi.net | \*.servicebus.windows.net | | API Management | \*.azure-api.us | \*.azure-api.net | +| Azure Service Fabric cluster | \*.cloudapp.usgovcloudapi.net | \*.cloudapp.azure.com | | Container Registry Suffix | \*.azurecr.us | \*.azurecr.io | | Gallery Url | https:\//gallery.azure.us/ | https:\//gallery.azure.com/ | | Classic Deployment Model Url | https:\//management.core.usgovcloudapi.net/ | https:\//management.core.windows.net/ | From 0dc531a5c65ff941cecb218bea50667427e37ef7 Mon Sep 17 00:00:00 2001 From: Juraj Sucik Date: Thu, 9 May 2019 21:37:11 +0200 Subject: [PATCH 3/3] added missing words --- articles/site-recovery/azure-to-azure-network-mapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/site-recovery/azure-to-azure-network-mapping.md b/articles/site-recovery/azure-to-azure-network-mapping.md index 5bc1dd12c2e21..4c70791da3965 100644 --- a/articles/site-recovery/azure-to-azure-network-mapping.md +++ b/articles/site-recovery/azure-to-azure-network-mapping.md @@ -53,7 +53,7 @@ The subnet of the target VM is selected based on the name of the subnet of the s - If a subnet with the same name as the source VM subnet is available in the target network, that subnet is set for the target VM. - If a subnet with the same name doesn't exist in the target network, the first subnet in the alphabetical order is set as the target subnet. -- You can modify the in the **Compute and Network** settings for the VM. +- You can modify the target subnet in the **Compute and Network** settings for the VM. ![Compute and Network compute properties window](./media/site-recovery-network-mapping-azure-to-azure/modify-subnet.png)