You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/10/17 00:45:40 UTC

[airflow] branch master updated: Minor doc improvements in blob_storage_to_gcs.rst (#11607)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new ee9bdff  Minor doc improvements in blob_storage_to_gcs.rst (#11607)
ee9bdff is described below

commit ee9bdff6f76906dc39d398951f99db0768e714cd
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Sat Oct 17 01:45:04 2020 +0100

    Minor doc improvements in blob_storage_to_gcs.rst (#11607)
    
    - Sentence completion
    - code-block rendering
    - Link to english docs for Azure instructions
---
 docs/howto/operator/microsoft/transfer/blob_storage_to_gcs.rst | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/docs/howto/operator/microsoft/transfer/blob_storage_to_gcs.rst b/docs/howto/operator/microsoft/transfer/blob_storage_to_gcs.rst
index b125f8e..12a7aac 100644
--- a/docs/howto/operator/microsoft/transfer/blob_storage_to_gcs.rst
+++ b/docs/howto/operator/microsoft/transfer/blob_storage_to_gcs.rst
@@ -21,18 +21,21 @@ Azure Blob Storage Transfer Operator
 The Blob service stores text and binary data as objects in the cloud.
 The Blob service offers the following three resources: the storage account, containers, and blobs.
 Within your storage account, containers provide a way to organize sets of blobs.
-For more information about the service visit `Azure Blob Storage API documentation <https://docs.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api>`_
+For more information about the service visit `Azure Blob Storage API documentation <https://docs.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api>`_.
 
 Before you begin
 ^^^^^^^^^^^^^^^^
 Before using Blob Storage within Airflow you need to authenticate your account with Token, Login and Password.
-Please follow Azure `instructions <https://docs.microsoft.com/pl-pl/azure/storage/common/storage-account-keys-manage?tabs=azure-portal>`_ to do it.
+Please follow Azure
+`instructions <https://docs.microsoft.com/en-us/azure/storage/common/storage-account-keys-manage?tabs=azure-portal>`_
+to do it.
 
 TOKEN should be added to the Connection in Airflow in JSON format, Login and Password as plain text.
 You can check `how to do such connection <https://airflow.readthedocs.io/en/stable/howto/connection/index.html#editing-a-connection-with-the-ui>`_.
 
 See following example.
 Set values for these fields:
+
 .. code-block::
 
   Conn Id: wasb_default