Unable to see the IP address and FQDN while creating the container

Ransingh Satyajit Ray 0 Reputation points
2024-10-12T14:31:42.35+00:00

Hi

I was trying to follow the lab for deploying azure ai multi service instance in container, for which followed https://microsoftlearning.github.io/mslearn-ai-services/Instructions/Exercises/04-use-a-container.html But somehow the FQDN and IP address are not getting reflected.

I tried multiple steps for rechecking

  1. I rechecked, the ApiKey, Billing with the Azure ai multi service instance
  2. given correct naming to the dns and container (unique)
  3. kept the region of the multi service instance and container same

But even after multiple try I am getting no IP address or FQDN.

Also I noted the the very first time I created the container for deploying azure ai multi service , it was working fine but after deleted the resource group of it I am getting these issue.

User's image

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
713 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,931 questions
{count} votes

1 answer

Sort by: Most helpful
  1. anashetty 820 Reputation points Microsoft Vendor
    2024-10-14T05:19:02.15+00:00

    Hi Ransingh Satyajit Ray,

    Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.

    We understand from your query that you are experiencing an issue where the container deployed using Azure Container Instances (ACI) on the portal does not have a public IP address or a DNS name.

    I have tried deploying with PowerShell, and it's working for me. Please attempt to deploy using PowerShell. I have referred to the link you provided, I deployed Azure AI Services resource through portal and provisioned Azure Container Instances through PowerShell.

    az container create --resource-group msaResourcegroup --name acimsacontainer --image mcr.microsoft.com/azure-cognitive-services/textanalytics/sentiment:latest --cpu 1 --memory 8 --dns-name-label acimsadns456 --ports 5000

    User's image User's image

    If you have any further queries, please do let us know.

    If the answer is helpful, please click "Accept Answer" and "Upvote it."

    User's image


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.