Skip to content

Commit 1ed82b1

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into tamram-0501a
2 parents fef2854 + 003972b commit 1ed82b1

File tree

18 files changed

+590
-64
lines changed

18 files changed

+590
-64
lines changed

articles/active-directory-domain-services/faqs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Yes. Each Azure AD Domain Services managed domain includes two domain controller
8787
* [Can I modify or add DNS records in my managed domain?](#can-i-modify-or-add-dns-records-in-my-managed-domain)
8888
* [What is the password lifetime policy on a managed domain?](#what-is-the-password-lifetime-policy-on-a-managed-domain)
8989
* [Does Azure AD Domain Services provide AD account lockout protection?](#does-azure-ad-domain-services-provide-ad-account-lockout-protection)
90+
* [Can I configure Distributed File System (DFS) and replication within Azure AD Domain Services?](#can-i-configure-distributed-file-system-and-replication-within-azure-ad-domain-services)
9091

9192
### Can I connect to the domain controller for my managed domain using Remote Desktop?
9293
No. You don't have permissions to connect to domain controllers for the managed domain using Remote Desktop. Members of the *AAD DC Administrators* group can administer the managed domain using AD administration tools such as the Active Directory Administration Center (ADAC) or AD PowerShell. These tools are installed using the *Remote Server Administration Tools* feature on a Windows server joined to the managed domain. For more information, see [Create a management VM to configure and administer an Azure AD Domain Services managed domain](tutorial-create-management-vm.md).
@@ -115,6 +116,9 @@ The default password lifetime on an Azure AD Domain Services managed domain is 9
115116
### Does Azure AD Domain Services provide AD account lockout protection?
116117
Yes. Five invalid password attempts within 2 minutes on the managed domain cause a user account to be locked out for 30 minutes. After 30 minutes, the user account is automatically unlocked. Invalid password attempts on the managed domain don't lock out the user account in Azure AD. The user account is locked out only within your Azure AD Domain Services managed domain. For more information, see [Password and account lockout policies on managed domains](password-policy.md).
117118

119+
### Can I configure Distributed File System and replication within Azure AD Domain Services?
120+
No. Distributed File System (DFS) and replication aren't available when using Azure AD Domain Services.
121+
118122
## Billing and availability
119123

120124
* [Is Azure AD Domain Services a paid service?](#is-azure-ad-domain-services-a-paid-service)

articles/app-service/troubleshoot-dotnet-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ For more information about remote debugging for App Service apps and WebJobs, se
629629
* [Introduction to Remote Debugging on Azure App Service part 3 - Multi-Instance environment and GIT](https://azure.microsoft.com/blog/2014/05/08/introduction-to-remote-debugging-on-azure-web-sites-part-3-multi-instance-environment-and-git/)
630630
* [WebJobs Debugging (video)](https://www.youtube.com/watch?v=ncQm9q5ZFZs&list=UU_SjTh-ZltPmTYzAybypB-g&index=1)
631631
632-
If your app uses an Azure Web API or Mobile Services back-end and you need to debug that, see [Debugging .NET Backend in Visual Studio](https://blogs.msdn.com/b/azuremobile/archive/2014/03/14/debugging-net-backend-in-visual-studio.aspx).
632+
If your app uses an Azure Web API or Mobile Services back-end and you need to debug that, see [Debugging .NET Backend in Visual Studio](/archive/blogs/azuremobile/debugging-net-backend-in-visual-studio).
633633

634634
### Tracing in ASP.NET applications
635635
There are no thorough and up-to-date introductions to ASP.NET tracing available on the Internet. The best you can do is get started with old introductory materials written for Web Forms because MVC didn't exist yet, and supplement that with newer blog posts that focus on specific issues. Some good places to start are the following resources:
@@ -642,7 +642,7 @@ There are no thorough and up-to-date introductions to ASP.NET tracing available
642642
Information about trace listeners but doesn't mention the [WebPageTraceListener](/dotnet/api/system.web.webpagetracelistener).
643643
* [Walkthrough: Integrating ASP.NET Tracing with System.Diagnostics Tracing](/previous-versions/b0ectfxd(v=vs.140))<br/>
644644
This article is also old, but includes some additional information that the introductory article doesn't cover.
645-
* [Tracing in ASP.NET MVC Razor Views](https://blogs.msdn.com/b/webdev/archive/2013/07/16/tracing-in-asp-net-mvc-razor-views.aspx)<br/>
645+
* [Tracing in ASP.NET MVC Razor Views](https://devblogs.microsoft.com/aspnet/tracing-in-asp-net-mvc-razor-views/)<br/>
646646
Besides tracing in Razor views, the post also explains how to create an error filter in order to log all unhandled exceptions in an MVC application. For information about how to log all unhandled exceptions in a Web Forms application, see the Global.asax example in [Complete Example for Error Handlers](/previous-versions/bb397417(v=vs.140)) on MSDN. In either MVC or Web Forms, if you want to log certain exceptions but let the default framework handling take effect for them, you can catch and rethrow as in the following example:
647647

648648
```csharp

articles/azure-monitor/insights/service-map-scom.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,10 @@ The Service Map folder has four nodes:
104104

105105
You can edit or delete the configured workspace through the **Service Map Overview** pane (**Administration** pane > **Operations Management Suite** > **Service Map**).
106106

107-
>[!NOTE]
108-
>[Operations Management Suite was a collection of services](https://docs.microsoft.com/azure/azure-monitor/terminology#april-2018---retirement-of-operations-management-suite-brand) that included Log Analytics, which is now part of [Azure Monitor](https://github.com/MicrosoftDocs/azure-docs-pr/blob/master/articles/azure-monitor/overview.md).
107+
> [!NOTE]
108+
> [Operations Management Suite was a collection of services](../terminology.md#april-2018---retirement-of-operations-management-suite-brand)
109+
> that included Log Analytics, which is now part of
110+
> [Azure Monitor](../overview.md).
109111
110112
You can configure only one Log Analytics workspace in this current release.
111113

articles/azure-resource-manager/templates/deploy-to-tenant.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ As your organization matures, you may need to define and assign [policies](../..
1414
You can deploy the following resource types at the tenant level:
1515

1616
* [deployments](/azure/templates/microsoft.resources/deployments) - for nested templates that deploy to management groups or subscriptions.
17+
* managementGroups
1718
* [policyAssignments](/azure/templates/microsoft.authorization/policyassignments)
1819
* [policyDefinitions](/azure/templates/microsoft.authorization/policydefinitions)
1920
* [policySetDefinitions](/azure/templates/microsoft.authorization/policysetdefinitions)
@@ -98,13 +99,13 @@ For tenant deployments, there are some important considerations when using templ
9899
* Use the [tenantResourceId()](template-functions-resource.md#tenantresourceid) function to get the resource ID for resources that are deployed at tenant level.
99100

100101
For example, to get the resource ID for a policy definition, use:
101-
102+
102103
```json
103104
tenantResourceId('Microsoft.Authorization/policyDefinitions/', parameters('policyDefinition'))
104105
```
105-
106+
106107
The returned resource ID has the following format:
107-
108+
108109
```json
109110
/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
110111
```

articles/cdn/cdn-token-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.topic: article
1414
ms.tgt_pltfrm: na
1515
ms.workload: integration
1616
ms.date: 11/17/2017
17-
ms.author: mezha
17+
ms.author: mazha
1818

1919
---
2020

articles/cognitive-services/containers/container-image-tags.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ This container image has the following tags available:
101101
| Image Tags | Notes |
102102
|-----------------------|:------|
103103
| `latest` | |
104+
| `2.2.0-amd64-preview` | |
104105
| `2.1.1-amd64-preview` | |
105106
| `2.1.0-amd64-preview` | |
106107
| `2.0.2-amd64-preview` | |
@@ -126,6 +127,46 @@ This container image has the following tags available:
126127
| Image Tags | Notes |
127128
|-----------------------------|:-----------------------------------------|
128129
| `latest` | Container image with the `en-US` locale. |
130+
| `2.2.0-amd64-ar-ae-preview` | Container image with the `ar-AE` locale. |
131+
| `2.2.0-amd64-ar-eg-preview` | Container image with the `ar-EG` locale. |
132+
| `2.2.0-amd64-ar-kw-preview` | Container image with the `ar-KW` locale. |
133+
| `2.2.0-amd64-ar-qa-preview` | Container image with the `ar-QA` locale. |
134+
| `2.2.0-amd64-ar-sa-preview` | Container image with the `ar-SA` locale. |
135+
| `2.2.0-amd64-ca-es-preview` | Container image with the `ca-ES` locale. |
136+
| `2.2.0-amd64-da-dk-preview` | Container image with the `da-DK` locale. |
137+
| `2.2.0-amd64-de-de-preview` | Container image with the `de-DE` locale. |
138+
| `2.2.0-amd64-en-au-preview` | Container image with the `en-AU` locale. |
139+
| `2.2.0-amd64-en-ca-preview` | Container image with the `en-CA` locale. |
140+
| `2.2.0-amd64-en-gb-preview` | Container image with the `en-GB` locale. |
141+
| `2.2.0-amd64-en-in-preview` | Container image with the `en-IN` locale. |
142+
| `2.2.0-amd64-en-nz-preview` | Container image with the `en-NZ` locale. |
143+
| `2.2.0-amd64-en-us-preview` | Container image with the `en-US` locale. |
144+
| `2.2.0-amd64-es-es-preview` | Container image with the `es-ES` locale. |
145+
| `2.2.0-amd64-es-mx-preview` | Container image with the `es-MX` locale. |
146+
| `2.2.0-amd64-fi-fi-preview` | Container image with the `fi-FI` locale. |
147+
| `2.2.0-amd64-fr-ca-preview` | Container image with the `fr-CA` locale. |
148+
| `2.2.0-amd64-fr-fr-preview` | Container image with the `fr-FR` locale. |
149+
| `2.2.0-amd64-gu-in-preview` | Container image with the `gu-IN` locale. |
150+
| `2.2.0-amd64-hi-in-preview` | Container image with the `hi-IN` locale. |
151+
| `2.2.0-amd64-it-it-preview` | Container image with the `it-IT` locale. |
152+
| `2.2.0-amd64-ja-jp-preview` | Container image with the `ja-JP` locale. |
153+
| `2.2.0-amd64-ko-kr-preview` | Container image with the `ko-KR` locale. |
154+
| `2.2.0-amd64-mr-in-preview` | Container image with the `mr-IN` locale. |
155+
| `2.2.0-amd64-nb-no-preview` | Container image with the `nb-NO` locale. |
156+
| `2.2.0-amd64-nl-nl-preview` | Container image with the `nl-NL` locale. |
157+
| `2.2.0-amd64-pl-pl-preview` | Container image with the `pl-PL` locale. |
158+
| `2.2.0-amd64-pt-br-preview` | Container image with the `pt-BR` locale. |
159+
| `2.2.0-amd64-pt-pt-preview` | Container image with the `pt-PT` locale. |
160+
| `2.2.0-amd64-ru-ru-preview` | Container image with the `ru-RU` locale. |
161+
| `2.2.0-amd64-sv-se-preview` | Container image with the `sv-SE` locale. |
162+
| `2.2.0-amd64-ta-in-preview` | Container image with the `ta-IN` locale. |
163+
| `2.2.0-amd64-te-in-preview` | Container image with the `te-IN` locale. |
164+
| `2.2.0-amd64-th-th-preview` | Container image with the `th-TH` locale. |
165+
| `2.2.0-amd64-tr-tr-preview` | Container image with the `tr-TR` locale. |
166+
| `2.2.0-amd64-zh-cn-preview` | Container image with the `zh-CN` locale. |
167+
| `2.2.0-amd64-zh-hk-preview` | Container image with the `zh-HK` locale. |
168+
| `2.2.0-amd64-zh-tw-preview` | Container image with the `zh-TW` locale. |
169+
| `2.1.1-amd64-en-us-preview` | Container image with the `en-US` locale. |
129170
| `2.1.1-amd64-ar-ae-preview` | Container image with the `ar-AE` locale. |
130171
| `2.1.1-amd64-ar-eg-preview` | Container image with the `ar-EG` locale. |
131172
| `2.1.1-amd64-ar-kw-preview` | Container image with the `ar-KW` locale. |

articles/container-instances/container-instances-quickstart-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ In this quickstart, you created an Azure container instance from a public Micros
9898
For a step-by-step tutorial that guides you through the process of creating a template, see:
9999

100100
> [!div class="nextstepaction"]
101-
> [Tutorial: Create and deploy your first Azure Resource Manager template](/azure/azure-resource-manager/templates/template-tutorial-create-first-template)
101+
> [Tutorial: Create and deploy your first Azure Resource Manager template](../azure-resource-manager/templates/template-tutorial-create-first-template.md)

articles/container-instances/container-instances-update.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 04/17/2020
77

88
# Update containers in Azure Container Instances
99

10-
During normal operation of your container instances, you may find it necessary to update the running containers in a [container group](container-instances-container-groups.md). For example, you might wish to update a property such as an image version, a DNS name, or an environment variable, or refresh a property in a container whose application has crashed.
10+
During normal operation of your container instances, you may find it necessary to update the running containers in a [container group](./container-instances-container-groups.md). For example, you might wish to update a property such as an image version, a DNS name, or an environment variable, or refresh a property in a container whose application has crashed.
1111

1212
Update the containers in a running container group by redeploying an existing group with at least one modified property. When you update a container group, all running containers in the group are restarted in-place, usually on the same underlying container host.
1313

@@ -23,7 +23,7 @@ To update an existing container group:
2323
* Set other properties with the values you provided previously. If you don't set a value for a property, it reverts to its default value.
2424

2525
> [!TIP]
26-
> A [YAML file](container-instances-container-groups.md#deployment) helps maintain a container group's deployment configuration, and provides a starting point to deploy an updated group. If you used a different method to create the group, you can export the configuration to YAML by using [az container export][az-container-export],
26+
> A [YAML file](./container-instances-container-groups.md#deployment) helps maintain a container group's deployment configuration, and provides a starting point to deploy an updated group. If you used a different method to create the group, you can export the configuration to YAML by using [az container export][az-container-export],
2727
2828
### Example
2929

@@ -75,7 +75,7 @@ When you delete a container group and recreate it, it's not "redeployed," but cr
7575

7676
Mentioned several times in this article is the **container group**. Every container in Azure Container Instances is deployed in a container group, and container groups can contain more than one container.
7777

78-
[Container groups in Azure Container Instances](container-instances-container-groups.md)
78+
[Container groups in Azure Container Instances](./container-instances-container-groups.md)
7979

8080
[Deploy a multi-container group](container-instances-multi-container-group.md)
8181

articles/container-registry/container-registry-task-run-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ For demonstration purposes, create a separate container registry as your base re
134134

135135
### Create new Dockerfile
136136

137-
Create a Dockerfile that pulls the base image from your base registry. Perform the following steps in your local fork of the GitHub repo, for example, https://github.com/myGitHubID/acr-build-helloworld-node.git*.
137+
Create a Dockerfile that pulls the base image from your base registry. Perform the following steps in your local fork of the GitHub repo, for example, `https://github.com/myGitHubID/acr-build-helloworld-node.git`.
138138

139139
1. In the GitHub UI, select **Create new file**.
140140
1. Name your file *Dockerfile-test* and paste the following contents. Substitute your registry name for *mybaseregistry*.

articles/cosmos-db/TOC.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -972,10 +972,14 @@
972972
href: sql-api-query-metrics.md
973973
- name: Performance tips for .NET SDK
974974
href: performance-tips.md
975-
- name: Performance tips for Java SDK
976-
href: performance-tips-java.md
977-
- name: Performance tips for Async Java SDK
978-
href: performance-tips-async-java.md
975+
- name: Performance tips for Java SDK v4
976+
href: performance-tips-java-sdk-v4-sql.md
977+
- name: Performance tips for older Java SDKs
978+
items:
979+
- name: Async Java SDK v2
980+
href: performance-tips-async-java.md
981+
- name: Sync Java SDK v2
982+
href: performance-tips-java.md
979983
- name: Performance test - sample app
980984
href: performance-testing.md
981985
- name: Cost-effective reads and writes

0 commit comments

Comments
 (0)