kombu/docs
Clemens Wolff 32633554ac Add transports based on Azure PaaS (#891)
* Add transports based on Azure PaaS

This pull request adds two new transport implementations:

- `azurestoragequeues` is implemented on top of Azure Storage
  Queues [1]. This offers a simple but scalable and low-cost PaaS
  transport for Celery users in Azure. The transport is intended to be
  used in conjunction with the Azure Block Blob Storage backend [2].

- `azureservicebus` is implemented on top of Azure Service Bus [3] and
  offers PaaS support for more demanding Celery workloads in Azure. The
  transport is intended to be used in conjunction with the Azure
  CosmosDB backend [4].

This pull request was created together with @ankurokok, @dkisselev,
@evandropaula, @martinpeck and @michaelperel.

[1] https://azure.microsoft.com/en-us/services/storage/queues/
[2] https://github.com/celery/celery/pull/4685
[3] https://azure.microsoft.com/en-us/services/service-bus/
[4] https://github.com/celery/celery/pull/4720

* Exclude Azure transports from code coverage

There is test coverage for the transports but the tests require Azure
credentials to run (passed via environment variables) so codecov doesn't
exercise them.

* Remove env vars to configure transport

* Remove abbreviations
2018-08-30 23:34:52 +06:00
..
_ext Doc fixes 2016-10-27 16:15:40 -07:00
_static Use celery_sphinx to manage docs 2016-04-07 17:29:30 -07:00
_templates Use celery_sphinx to manage docs 2016-04-07 17:29:30 -07:00
images Remove non-Free ICC Profile from kombu.jpg and kombusmall.jpg (#696) 2017-02-21 23:52:39 +06:00
includes Add transports based on Azure PaaS (#891) 2018-08-30 23:34:52 +06:00
reference Add transports based on Azure PaaS (#891) 2018-08-30 23:34:52 +06:00
templates Update all pypi.python.org URLs to pypi.org (#885) 2018-06-10 16:40:04 +06:00
userguide Removed some unnecessary variable assignments and fix variable-typo in docs 2017-09-22 22:04:13 +03:00
Makefile [dist] Use apicheck from sphinx_celery 2016-04-08 15:06:19 -07:00
changelog.rst [docs] Stop using symlinks 2016-04-08 19:26:50 -07:00
conf.py Bump stable version for docs. 2018-05-28 16:57:51 +03:00
faq.rst [docs] Stop using symlinks 2016-04-08 19:26:50 -07:00
index.rst Doctree should have different depths 2012-06-07 15:37:34 +01:00
introduction.rst Generate README.rst from docs/templates/readme.txt 2016-04-11 13:02:34 -07:00
make.bat Use celery_sphinx to manage docs 2016-04-07 17:29:30 -07:00