Skip to content

Commit bd4198a

Browse files
authored
Merge pull request #91599 from MicrosoftDocs/master
Merge master to live 4:00 PM
2 parents 8b44498 + 43fe849 commit bd4198a

24 files changed

+969
-543
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24581,6 +24581,11 @@
2458124581
"redirect_url": "/azure/storage/common/storage-performance-checklist",
2458224582
"redirect_document_id": true
2458324583
},
24584+
{
24585+
"source_path": "articles/storage/common/storage-performance-checklist.md",
24586+
"redirect_url": "/azure/storage/blobs/storage-performance-checklist",
24587+
"redirect_document_id": true
24588+
},
2458424589
{
2458524590
"source_path": "articles/storage/storage-php-how-to-use-blobs.md",
2458624591
"redirect_url": "/azure/storage/blobs/storage-php-how-to-use-blobs",

articles/active-directory-b2c/active-directory-b2c-faqs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ There are two common reasons for why the Azure AD extension is not working for y
2323

2424
### Can I use Azure AD B2C features in my existing, employee-based Azure AD tenant?
2525

26-
Azure AD and Azure AD B2C are separate product offerings and cannot coexist in the same tenant. An Azure AD tenant represents an organization. An Azure AD B2C tenant represents a collection of identities to be used with relying party applications. With custom policies (in public preview), Azure AD B2C can federate to Azure AD allowing authentication of employees in an organization.
26+
Azure AD and Azure AD B2C are separate product offerings and cannot coexist in the same tenant. An Azure AD tenant represents an organization. An Azure AD B2C tenant represents a collection of identities to be used with relying party applications. With custom policies, Azure AD B2C can federate to Azure AD allowing authentication of employees in an organization.
2727

2828
### Can I use Azure AD B2C to provide social login (Facebook and Google+) into Office 365?
2929

@@ -118,7 +118,7 @@ No, Azure AD B2C does not support the same set of reports as Azure AD Premium. H
118118

119119
### Can I localize the UI of pages served by Azure AD B2C? What languages are supported?
120120

121-
Yes! Read about [language customization](active-directory-b2c-reference-language-customization.md), which is in public preview. We provide translations for 36 languages, and you can override any string to suit your needs.
121+
Yes, see [language customization](active-directory-b2c-reference-language-customization.md). We provide translations for 36 languages, and you can override any string to suit your needs.
122122

123123
### Can I use my own URLs on my sign-up and sign-in pages that are served by Azure AD B2C? For instance, can I change the URL from contoso.b2clogin.com to login.contoso.com?
124124

articles/azure-netapp-files/azure-netapp-files-create-volumes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ A subnet must be delegated to Azure NetApp Files.
2828

2929
## Considerations
3030

31-
* Deciding which NFS version to use
32-
NFSv3 can handle a wide variety of use cases and is commonly deployed in most enterprise applications. You should validate what version (NFSv3 or NFSv4.1) your application requires and create your volume using the appropriate version. For example, if you use [Apache ActiveMQ](https://activemq.apache.org/shared-file-system-master-slave), file locking with NFSv4.1 is recommended over NFSv3.
33-
3431
> [!IMPORTANT]
3532
> Access to the NFSv4.1 feature requires whitelisting. To request whitelisting, submit a request to <[email protected]>.
3633
34+
* Deciding which NFS version to use
35+
NFSv3 can handle a wide variety of use cases and is commonly deployed in most enterprise applications. You should validate what version (NFSv3 or NFSv4.1) your application requires and create your volume using the appropriate version. For example, if you use [Apache ActiveMQ](https://activemq.apache.org/shared-file-system-master-slave), file locking with NFSv4.1 is recommended over NFSv3.
36+
3737
* Security
3838
Support for UNIX mode bits (read, write, and execute) is available for NFSv3 and NFSv4.1. Root-level access is required on the NFS client to mount NFS volumes.
3939

articles/azure-netapp-files/azure-netapp-files-mount-unmount-volumes-for-virtual-machines.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ You can mount or unmount a volume for Windows or Linux virtual machines as neces
2626
![Mount instructions NFS](../media/azure-netapp-files/azure-netapp-files-mount-instructions-nfs.png)
2727

2828
![Mount instructions SMB](../media/azure-netapp-files/azure-netapp-files-mount-instructions-smb.png)
29+
30+
If you are using NFSv4.1, use the following command to mount your file system:
31+
`sudo mount -t nfs -o rw,hard,rsize=65536,wsize=65536,vers=4.1,tcp,sec=sys $MOUNTTARGETIPADDRESS:/$VOLUMENAME $MOUNTPOINT`

articles/azure-netapp-files/azure-netapp-files-quickstart-set-up-account-create-volumes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,12 @@ This how-to article requires the Azure PowerShell module Az version 2.6.0 or lat
251251
* Select **NFS** as the protocol type for the volume.
252252
* Enter **myfilepath1** as the file path that will be used to create the export path for the volume.
253253
* Select the NFS version (**NFSv3** or **NFSv4.1**) for the volume.
254+
See [considerations](azure-netapp-files-create-volumes.md#considerations) and [best practice](azure-netapp-files-create-volumes.md#best-practice) about NFS versions.
255+
254256
> [!IMPORTANT]
255257
> Access to the NFSv4.1 feature requires whitelisting. To request whitelisting, submit a request to <[email protected]>.
256258
257-
![Specify NFS protocol for quickstart](../media/azure-netapp-files/azure-netapp-files-quickstart-protocol-nfs.png)
259+
![Specify NFS protocol for quickstart](../media/azure-netapp-files/azure-netapp-files-quickstart-protocol-nfs.png)
258260
259261
5. Click **Review + create**.
260262

articles/batch/batch-task-output-file-conventions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ To persist output data to Azure Storage using the File Conventions library, you
5959

6060
## Persist output data
6161

62-
To persist job and task output data with the File Conventions library, create a container in Azure Storage, then save the output to the container. Use the [Azure Storage client library for .NET](https://www.nuget.org/packages/WindowsAzure.Storage) in your task code to upload the task output to the container.
62+
To persist job and task output data with the File Conventions library, create a container in Azure Storage, then save the output to the container. Use the [Azure Storage client library for .NET](https://www.nuget.org/packages/WindowsAzure.Storage) in your task code to upload the task output to the container.
6363

6464
For more information about working with containers and blobs in Azure Storage, see [Get started with Azure Blob storage using .NET](../storage/blobs/storage-dotnet-how-to-use-blobs.md).
6565

6666
> [!WARNING]
67-
> All job and task outputs persisted with the File Conventions library are stored in the same container. If a large number of tasks try to persist files at the same time, [storage throttling limits](../storage/common/storage-performance-checklist.md#blobs) may be enforced.
67+
> All job and task outputs persisted with the File Conventions library are stored in the same container. If a large number of tasks try to persist files at the same time, Azure Storage throttling limits may be enforced. For more information about throttling limits, see [Performance and scalability checklist for Blob storage](../storage/blobs/storage-performance-checklist.md).
6868
6969
### Create storage container
7070

articles/frontdoor/waf-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ An Azure WAF policy can be applied to web applications hosted on Application Gat
2626

2727
## What is WAF for Azure Front Door Service?
2828

29-
Azure Front Door is a highly scalable, globally distributed application and content delivery network. Azure WAF, when integrated with Front Door, stops denial-of-service and targeted application attacks at the Azure network edge, close to attack sources before they enter your virtual network, offers protection without sacrificing performance.
29+
Azure Front Door is a highly scalable, globally distributed application and content delivery network. When Azure WAF is integrated with Azure Front Door, denial-of-service and targeted application attacks are stopped at the edge of the Azure network. This protection occurs close to the source of the attacks before they have a chance to enter your vitrual network. WAF for Azure Front Door service offers protection without sacrificing performance.
3030

3131
## Does Azure WAF support HTTPS?
3232

articles/governance/policy/tutorials/create-and-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ overview](../overview.md).
462462

463463
1. Select **Compliance** in the left side of the Azure Policy page.
464464

465-
1. Locate the **Get Source** initiative. It's likely still in _Compliance state_ of **Not started**.
465+
1. Locate the **Get Secure** initiative. It's likely still in _Compliance state_ of **Not started**.
466466
Click on the initiative to get full details on the progress of the assignment.
467467

468468
![Initiative compliance page - evaluations not started](../media/create-and-manage/compliance-status-not-started.png)

articles/lab-services/devtest-lab-add-tag.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: na
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: article
16-
ms.date: 04/17/2018
16+
ms.date: 10/13/2019
1717
ms.author: spelluru
1818

1919
---
@@ -48,6 +48,9 @@ Every tag is made up of a **name**/**value** pair. For example, you might create
4848

4949
![Manage tags](./media/devtest-lab-add-tag/devtestlab-manage-tags.png)
5050

51+
> [!NOTE]
52+
> Tags created at the lab level flow through all billable resources that the lab spins up in your subscription. For example, lab level tags flow to the underlying compute VMs of lab VMs.You can use tags in the context of cost management. Lab level tags show up in the tag filter for the cost management.
53+
5154
## Understanding limitations to tags
5255

5356
The following limitations apply to tags:
@@ -62,4 +65,4 @@ The following limitations apply to tags:
6265

6366
## Next steps
6467
* You can apply restrictions and conventions across your subscription by using customized policies. A policy that you define might require that all resources have a value for a particular tag. For more information, see [Set policies and schedules](devtest-lab-set-lab-policy.md).
65-
* Explore the [DevTest Labs Azure Resource Manager QuickStart template gallery](https://github.com/Azure/azure-devtestlab/tree/master/samples/DevTestLabs/QuickStartTemplates).
68+
* Explore the [DevTest Labs Azure Resource Manager quickstart template gallery](https://github.com/Azure/azure-devtestlab/tree/master/samples/DevTestLabs/QuickStartTemplates).

articles/lighthouse/how-to/view-manage-customers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can view the following info from this page:
3232

3333
- To see all of the subscriptions, offers, and delegations associated with a customer, select the customer's name.
3434
- To see more details about an offer and its delegations, select the offer name.
35-
- To view more details about acrolecess assignments for delegated subscriptions or resource groups, select the entry in the **Delegations** column.
35+
- To view more details about role assignments for delegated subscriptions or resource groups, select the entry in the **Delegations** column.
3636

3737
## View delegations
3838

0 commit comments

Comments
 (0)