Skip to content
K-ENGINEER
Menu
  • HOME
  • PROJECT
  • Tech Notes
    • Azure
      • Access & Security
      • Virtual Machines & Compute
      • Cloud Networking
      • Web Apps & Services
      • Data Storage Solutions
      • Monitoring & Performance
      • DevOps & CI/CD
      • Troubleshooting
      • Cost Management
    • Amazon Web Service
    • IaC
      • Azure
      • AWS
    • Docker
    • Kubernetes
  • Certification
  • ETC
  • CONTACT

Tag: bicep

Azure / Tech Notes

Azure CLI: Azure Monitor Alert 일괄 생성 스크립트 Part.2 az monitor activity-log alert

Resource Health Alert 이전 메트릭 값을 이용한 알람 규칙을 작성했다. 이번에는 Activity log 를 이용하는 Resource Health 알람 규칙을 만든다. Part.1 에서 스크립트를 만들고 이번에는 조금만 코드를 수정하면 될 줄 …

Azure / Tech Notes

Azure Bicep: targetScope = ‘tenant’ 배포 권한 문제

tagetScope = ‘tenant’ 배포 범위를 테넌트(Azure Entra ID, 이전 Azure AD)로 지정한 이유는, 각 리소스들이 동일한 구독, 리소스 그룹이 아닌 다른 구독 및 리소스 그룹에 배포할 필요가 있어서이다. 현재 참여하는 …

Azure / Tech Notes

Bicep 파라메터 파일(.bicepparam) 작성 중 using 에 대해서 알아 보기

.bicepparam Azure Key Vault IaC 코드를 작성하기 위해서, .biceppram 을 사용하여 파라메터 파일을 만들고 있다. Microsoft 문서도 찾아보긴 했는데, 내가 못 찾는건지 없는건지.. 일단 무식하게 부딪혀보며 깨달아가고 있다. 간략한 구성 …

Azure / Tech Notes

Microsoft Azure Bicep 배우기: Azure Key Vaults 공식 Github 참고

Background 글을 쓰는 시점에서 참여하고 있는 프로젝트는 Azure DX 운용 기반 설계 및 구축 지원에 관한 프로젝트이다. 이전 프로젝트에 Azure 도입부터 운용보수 지원까지의 경험이 있어서 업무 자체는 전혀 문제가 없었다. …

SEARCH

PROFILE

@description('whoami')

param profile object = {
  initial: 'cc',
  age: 31,
  gender: 'male',
  nationality: 'Korea',
  job: 'infra engineer',
  experience_years: 6,
  hobby: 'taking a walk'
}
Engineer Career Summary

Stack

Azure
Linux
Network
Docker

..

CATEGORY

TAG

app service (16) auth (4) azcli (6) azure (37) azure lb (1) azure monitor (3) bicep (4) data factory (1) devops (5) docker (1) enterprise application (1) key vaults (2) kubernetes (7) linux (3) on-premise (1) onedrive (1) openstack (1) resource group (1) route table (1) sql database (5) storage accounts (4) terraform (3) virtual machine (1) windows (1)

ARCHIVE

  • April 2025
  • February 2025
  • January 2025
  • December 2024
  • May 2024
  • March 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
Copyright © 2025 K-ENGINEER – OnePress theme by FameThemes