skip to Main Content

We have label printers in our different offices and are attempting to create an Azure Function to manage printing for all of them. The problem is that our offices and Azure instance are all on different networks, and our label printers can only be connected to from their respective network.

Does anyone know a solution for this? I am currently exploring Azure Universal Print but I’m not sure if that is a viable solution.

2

Answers


  1. As per the statement provided by @Anand Sowmithiran, Yes Azure Functions cannot print to your local printer.
    Rather I would suggest you try with connecting printers to Azure Active Directory this will help you in managing printing from any of the network.

    We have Azure Hybrid cloud printing which will connect to the Azure-AD joined devices to the On-prem printing infrastructure.

    enter image description here

    For More information check this document.

    Login or Signup to reply.
  2. Sure you can implement a solution to enable Azure functions to print to local printers. Universal print is one option. In case your printer does not support Universal Print you need a Print Connector application running in your local network.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search