diff --git a/content/pybytes/integrations/azure.md b/content/pybytes/integrations/azure.md index 14892f6..c3be520 100644 --- a/content/pybytes/integrations/azure.md +++ b/content/pybytes/integrations/azure.md @@ -19,7 +19,9 @@ The first step requires you to create an [IoT Hub](https://docs.microsoft.com/en ![IoT Hub creation](/gitbook/assets/01_azure_integration.png) -Now copy and paste the connection string with the privilege to write into the registry by clicking on the relative button +Now copy and paste the connection string with the privilege to write into the registry. + +![copy-azure-connection-string](/gitbook/assets/pybytes/integrations/azure/azure-connection-string.png) Go to Pybytes and click on *Integrations* > *New Integration* and choose *Microsoft Azure*. diff --git a/static/gitbook/assets/pybytes/integrations/azure/azure-connection-string.png b/static/gitbook/assets/pybytes/integrations/azure/azure-connection-string.png new file mode 100644 index 0000000..0c61908 Binary files /dev/null and b/static/gitbook/assets/pybytes/integrations/azure/azure-connection-string.png differ