Posted in: Blog

How to Secure a Hosting Container

Security of your Cognitive web hosting services endpoints is critical to keep sensitive data protected and avoid a nefarious person using resources that cost you money. Azure Cognitive Web Hosting Services, which are not containerized, require you to authenticate with a subscription key by default. However, when running as a container those permissions are not […]

Posted in: Blog

How Docker Containers Work [IN DEPTH]

Recall, we said the container becomes the unit we’ll use to distribute our applications. We also mentioned the container is in a standardized format used by both our developer and operation teams. In our example, we’re developing an order tracking portal that our company’s various outlets will use. With the Docker image built, our operations […]