From d3b52d2a72f1a55ddfee11a5cbce9eeb1cfe7f0d Mon Sep 17 00:00:00 2001 From: Yunge Zhu <37337818+yungezz@users.noreply.github.com> Date: Wed, 21 Nov 2018 11:28:30 +0800 Subject: [PATCH] fix xxx.com (#48972) --- docs/docsite/rst/scenario_guides/guide_azure.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/scenario_guides/guide_azure.rst b/docs/docsite/rst/scenario_guides/guide_azure.rst index 5436d110b27..e7ebf780c3a 100644 --- a/docs/docsite/rst/scenario_guides/guide_azure.rst +++ b/docs/docsite/rst/scenario_guides/guide_azure.rst @@ -93,7 +93,7 @@ To pass Active Directory username/password in ADFS via the environment, define t * AZURE_TENANT * AZURE_ADFS_AUTHORITY_URL -"AZURE_ADFS_AUTHORITY_URL" is optional. It's necessary only when you have own ADFS authority like https://xxx.com/adfs. +"AZURE_ADFS_AUTHORITY_URL" is optional. It's necessary only when you have own ADFS authority like https://yourdomain.com/adfs. Storing in a File ````````````````` @@ -136,7 +136,7 @@ Or, pass the following parameters for ADFS username/pasword: * tenant * adfs_authority_url -"adfs_authority_url" is optional. It's necessary only when you have own ADFS authority like https://xxx.com/adfs. +"adfs_authority_url" is optional. It's necessary only when you have own ADFS authority like https://yourdomain.com/adfs. Other Cloud Environments