Recurso do ACR não aparece no portal após ser criado pelo Azure CLI

Joao Menk 0 Reputation points
2024-09-26T21:32:08.9733333+00:00

Estou com um problema mito estranho atualmente na Azure. Eu crio Grupo de Recursos, ACR e ACI pelo Azure CLI e eles não aparecem no Portal.

Um grupo de Recursos que deletei está aparecendo

O ACI que é criado pelo Portal não gera IP nem o FQDN

O que pode estar ocorrendo?

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
453 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nikhil Duserla 2,265 Reputation points Microsoft Vendor
    2024-09-27T06:48:10.65+00:00

    Hi @Joao Menk,

    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 FQDN.

    It's possible that the resource group deletion is still in progress, which is why it's still showing up. Please refresh and log back into the Azure portal.

    I have tried deploying with PowerShell, and it's working for me. Please attempt to deploy using PowerShell as well.

    Please switch to PowerShell and try creating ACI.

    az container create --resource-group <resource-group-name> --name <your-container-name> --image mcr.microsoft.com/azuredocs/aci-helloworld --dns-name-label <your-dns-label> --ports 80

    User's image

    User's image

    If you have any further queries, 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.