azure-service-connections

Azure Service Connections Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "azure-service-connections" with this command: npx skills add ntaksh42/agents/ntaksh42-agents-azure-service-connections

Azure Service Connections Skill

Azure DevOpsサービス接続を管理するスキルです。

主な機能

  • Azure接続: Azure Resource Manager

  • GitHub接続: リポジトリ連携

  • Docker Hub: コンテナレジストリ

  • Kubernetes: AKSクラスター

Azure Resource Manager接続

サービスプリンシパル作成

サービスプリンシパル作成

az ad sp create-for-rbac
--name "azure-devops-sp"
--role contributor
--scopes /subscriptions/{subscription-id}

出力

{ "appId": "xxx", "displayName": "azure-devops-sp", "password": "yyy", "tenant": "zzz" }

Pipeline設定

resources:

  • type: ServiceConnection name: Azure-Production serviceConnection: 'Azure-Prod-Connection'

steps:

  • task: AzureCLI@2 inputs: azureSubscription: 'Azure-Prod-Connection' scriptType: 'bash' scriptLocation: 'inlineScript' inlineScript: | az group list

GitHub接続

resources: repositories: - repository: source-repo type: github endpoint: GitHub-Connection name: myorg/myrepo

trigger:

  • main

pool: vmImage: 'ubuntu-latest'

steps:

  • checkout: source-repo
  • script: echo "Building from GitHub"

Docker Registry

resources: containers: - container: build-container image: myregistry.azurecr.io/build:latest endpoint: Docker-Registry-Connection

steps:

  • script: | docker build -t myapp:$(Build.BuildId) . docker push myapp:$(Build.BuildId)

バージョン情報

  • Version: 1.0.0

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

pptx-generator

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

document-summarizer

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

excel-processor

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

document-formatter

No summary provided by upstream source.

Repository SourceNeeds Review