diff options
-rw-r--r-- | doc/rtd/topics/tests.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/rtd/topics/tests.rst b/doc/rtd/topics/tests.rst index 3b27f805..aee3d7fc 100644 --- a/doc/rtd/topics/tests.rst +++ b/doc/rtd/topics/tests.rst @@ -427,9 +427,9 @@ Azure Cloud ----------- To run on Azure Cloud platform users login with Service Principal and export -credentials file. Region is defaulted and can be set in ``tests/cloud_tests/platforms.yaml``. -The Service Principal credentials are the standard authentication for Azure SDK -to interact with Azure Services: +credentials file. Region is defaulted and can be set in +``tests/cloud_tests/platforms.yaml``. The Service Principal credentials are +the standard authentication for Azure SDK to interact with Azure Services: Create Service Principal account or login @@ -465,7 +465,6 @@ Export credentials Set region in platforms.yaml .. code-block:: yaml - :emphasize-lines: 3 azurecloud: enabled: true |