Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
5 years agoDeploy a 1Password Connect server on Azure
I am trying to deploy a connect server on Azure and keep getting the log message
{"log_message":"(E) Server: (unable to get credentials and initialize API, retrying in 30s), Wrapped: (failed to Fi...
Former Member
5 years agoHi,
I wasn't able to get this working on Azure Web App for Containers and instead use a Linux VM.
If this is useful to anyone else.
I used the docker compose and then created a php api that sends curl requests to the localhost:8080 and returns the required data that way.