LogoLogo
Cocktail Cloud
  • What is Cocktail Cloud?
  • Apply for Service
    • Using Cocktail Cloud
  • overview
    • Kubernetes and Cocktail Cloud
    • Understanding Concepts
      • Platform
      • Workspace
      • Cluster
      • Service Map
      • Image Build
      • Security
      • Monitoring
      • Catalog
  • Getting Started
    • Cluster Creation
      • AWS (EKS)
      • NCP (NKS)
      • Azure (AKS)
      • GCP (GKE)
      • ETC (Datacenter)
    • Cluster Registration
      • AWS (EKS)
      • NCP (NKS)
      • Azure (AKS)
      • GCP (GKE)
      • ETC (Datacenter)
    • Managing Cloud Provider
      • AWS
    • Creating a User
    • Create Service Map
    • Create Registry
      • Create Registry
      • External Registry Registration
        • Setting Up AWS ECR
        • Setting Up Azure ACR
        • Setting Up Docker Hub
        • Setting Up Docker Registry
        • Setting Up Google GCR
        • Setting Up Harbor
        • Setting Up Naver
        • Setting Up Quay
    • Create a Workspace
  • Cluster Backup and Restore
    • Cocktail Backup and Restore
    • Backup/Restore Preparations
      • AWS S3 Configuration
      • Azure Blob Storage Configuration
      • Google Cloud Storage Configuration
      • MinIO Configuration
    • Create storages
    • Backups
    • Restoration
    • Backup/Restore Overview
  • Log Service
    • Cocktail Log Service
    • Installation
      • Install Log Service
      • Registration Log Service
      • Install Log Agent
      • Install Log Operator
    • Setting
      • Change Opensearch Admin password
    • Application Logs
      • Application Management
      • Application logging
        • Automatic instrumentation of container logs
          • Java
          • Python
        • Manual measurement of file logs(SDK)
          • Java
          • Python
        • Manual measurement of file logs (Sidecar)
          • Fluent-bit
    • Container Logs
    • Cluster Audit Logs
    • Troubleshooting
  • CI/CD
    • Creating a Build Server
    • Build Image
    • Setting up a Pipeline
  • application
    • Catalog
    • Application Deployment
    • Configuration Information Creation
    • Volume Requests
    • Service Exposure
    • Ingress
    • Service Mesh Configuration
  • Platform Management
    • Multicluster Configuration
    • Cluster Management
    • Workspace Management
    • Security
    • Integrated Monitoring
  • API Management
    • API Token Issuance
    • API Issuance History
    • API Execution Logs
  • Certificate Management
    • Issuer Management
    • Private Certificate
    • Public Certificate
  • Deepening operations
    • Maintaining Login Session in Case of Inability with Ingress Configuration
    • Add Ingress Proxy Configuration
    • Accessing Harbor from a Server Other Than the Registry VM
    • Configuring Harbor with a Public SSL Certificate
Powered by GitBook

â“’2023. Acornsoft Corp. All rights reserved.

On this page
  • 1. Move to the external registry creation screen
  • 2. Enter Registry Registration Information
  • How to Create Azure Container and Verify Authentication Information

Was this helpful?

Export as PDF
  1. Getting Started
  2. Create Registry
  3. External Registry Registration

Setting Up Azure ACR

Azure Container Registry(ACR) is a container image storage and management service provided by Azure. ACR offers various features necessary for storing and deploying Docker images.

PreviousSetting Up AWS ECRNextSetting Up Docker Hub

Last updated 1 year ago

Was this helpful?

1. Move to the external registry creation screen

1) Navigate to [Build Configuration] - [External Container Registries].

2) Click the "+ Register" button in the upper right corner to select the provider to create.

2. Enter Registry Registration Information

1) Click the "+ Register" button and select "Azure ACR."

2) After registering Azure ACR authentication information in the basic information, click the "Test Connection" button.

Item (* is required)
Content

Name*

Enter the name of the external container registry to be registered

Describe

Enter a description for the external container registry

Endpoint URL*

Enter the login server information

Registry*

Enter the name of the already registered registry

Client ID

username

Client Secret*

password

  1. Enter the name of the registry to be created in the registry.

  2. Enter a description for the registry in the description.

  3. Enter the EndPoint URL in the correct format.

  4. Select the region of the registered registry.

  5. Enter the Client ID and Client Secret.

  6. Click "Test Connection" in the upper right corner to verify if the registry is available.

  7. Click the "Save" button in the upper right corner.


How to Create Azure Container and Verify Authentication Information

1) Access the Azure Portal to retrieve the necessary information.

2) Click on "Management Groups" to efficiently manage access, policies, and compliance for subscriptions.(All services - Management and governance - Management groups)

2-1) Click the "Create" button to go to the creation screen.

2-2) Create a management group to be used internally.

3) Click on "Subscriptions" to create a set that encompasses all resources.

3-1) Click the "Add" button to go to the creation screen.

4) Click on "Resource Groups," a logical container for managing resources grouped together. (All services - Management and governance - Resource Group)

4-1) Click the "Create" button to go to the creation screen.

4-2) [Create Resource Group] - Choose a resource group name and region, then create.

5) Click on "Resources" to create resources that can be used for Azure services.

5-1) In the marketplace, search for "registry" and click on "Container Registry."

5-2) Click the "Create" button.

5-3) Register with subscription, resource group, registry name, and location (region).

6) Click on the created resource and click on "Access Keys."

Registry: Registry Name

EndPoint URL: Login Server

Client ID: User Name

Client Secret : Password

Microsoft Azure
[Screen] Registries
[Screen] Select External Registries
[Screen] Select External Registries(Azure ACR)
[Screen] Register Azure Registry Authentication Information