Cloud

Microsoft Azure

Microsoft Azure est le cloud d'entreprise integre a l'ecosysteme Microsoft (Entra ID, AKS, App Service, Azure DevOps). Organisatio…

Microsoft Azure est le cloud d'entreprise integre a l'ecosysteme Microsoft (Entra ID, AKS, App Service, Azure DevOps). Organisation par Management Groups > Subscriptions > Resource Groups, RBAC Azure et Policy pour la gouvernance. AKS fournit Kubernetes manage et Key Vault la gestion de secrets — un socle courant pour les grands comptes deja investis dans l'ecosysteme Microsoft.

Cycle de livraison : Local → GitHub → CI/CD → Cloud

Local

GitHub

CI/CD

VPS

Articles approfondis

Resume des commandes essentielles

az login / az account set -s SUBAuth / abonnement courant
az aks get-credentials -g RG -n AKSkubectl pour AKS
az acr build -r REG -t app:tag .Build + push ACR
az group create -n RG -l westeuropeCreer un resource group
az vm list -d -o tableInventaire VM
az keyvault secret show --vault-name V -n sLire un secret Key Vault
az role assignment create --assignee ID --role RAttribuer un role RBAC
az monitor activity-log listJournal d'activite
az deployment group create --template-file tDeployer du Bicep/ARM
az identity create -g RG -n miManaged Identity
az policy assignment create ...Gouvernance par policy
az consumption usage listAnalyse de couts
Microsoft Azure — role, commandes & 5 articles | Idriss Kriouile