Discussions

Ask a Question
ANSWERED

How do I delete old invitations for users

There is an old invitation for a user that I want to delete. But my only option is to "Resend". I don't want to do that.
ANSWERED

Deploying Mirth Connect

Is it possible to run Mirth Connect on MedStack Control?
ANSWERED

Hosting static files on MedStack Control's storage service

Should we move all our static files (HTML, JS, CSS, etc) to MedStack Control? We currently host static assets on our S3 bucket.
ANSWERED

Creating IP address access rules to webapp

We're familiar with using Cloudflare as a proxy to apply IP address access rules to webapps. How can I do this on MedStack Control?
ANSWERED

Get storage account primary and secondary key

Is there a way to get the primary and secondary key when generate the storage account?
ANSWERED

Running a service that isn't bound by a task/job

Hi team, I'm hoping to run a centOS (or similar) service that isn't executing any job for the purpose of sandboxing. Is this possible?
ANSWERED

On Medstack - Where are Backups stored? And how are backups eventually destroyed?

Where are Backups stored? And how are backups eventually destroyed?
ANSWERED

Using object storage as a local filesystem

Is it possible to mount a blob as a folder on a container?
ANSWERED

Access Redis service from the exterior

I need my redis service to be reachable by a redis-client not in my cluster. I have created a redis service using the redis:alpine image. I have set a domain name (like redis.blabla.com) and specified the internal port 6379 (I checked, it is the exposed port in the dockerfile) and configured my dns redirection (using the same process as my other services that are using http) I have restarted the load balancer. So now the redis service should be accessible for the other services in the node. But I need to access it from outside as well. When I use redis-cli on my computer, with hostname 'redis.blabla.com' and port 80, it connects, but for any command I receive `Error: Protocol error, got "H" as reply type byte` From my research I understand that maybe the load balancer did not transmit the request with the right protocol, which should be TCP (I think). Is it a use-case already seen? If so, what did I miss?
ANSWERED

Host Wordpress Application

We'd like to migrate our wordpress application over to MedStack Control. How does that work?