Step 4: Create app (via K8S)
In this exercise, we will create a simple Azure Nginx service.
To create a service go to DevOps -> Containers -> AKS/Native and click on the +ADD button and fill in the below minimum fields.
- Name (Mandatory) of the service: example nginx-service
- Docker image (Mandatory): for example nginx:1.13

create sample nginx service
Press create and wait a moment for the service to initialize.
You should see the service and the containers running.

Container Details
Last modified 5mo ago