The azure service will wait until provisioning is finished in order to start. However, if an actual provisioning needs to be done, this information will be available before the provisioning request has closed the socket. In a resource constrained environment, there might only be enough memory for a single TLS connection, and if Azure tries to open before this close happens, the azure connection will fail.
The azure service will wait until provisioning is finished in order to start. However, if an actual provisioning needs to be done, this information will be available before the provisioning request has closed the socket. In a resource constrained environment, there might only be enough memory for a single TLS connection, and if Azure tries to open before this close happens, the azure connection will fail.