- Ubuntu
-
Install az CLI
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
-
Remove Windows Characters from Bash scropt
sed -i -e 's/\r$//' SCRIPT_NAME
-
- Quando sviluppi una applicazione nel cloud, di solito crei o una IaaS oppure una PaaS
- IaaS Infrastructure as a service: più granulare, ed hai più controllo, ma devi mantenere la infrastruttura a mano
- PaaS Platform as a service: tu pensi solo alla tua applicazione
- Con IaaS di solito devi creare una VM
- Provision VMs
- Azure Resource Manager (ARM)
- Docker: Azure Container Registry (ACR) & Azure Container Istance (ACI)
- Azure App Service - Azure App Service Plan
- Enable diagnostics logging
- Deploy code to a web app
- Implement Azure Functions
- Integrate caching and content delivery within solution
- Instruments solutions to support monitoring and loggin
- Develop an App Service Logic App
- Implement API Management
- Develop event-based solutions
- Develop message-based solutions
Comando | Descrizione |
---|---|
az account list --output table | Elenca le tue subscriptions |
az account set --subscription "My Demos" | Imposta la sottoscrizione da usare |
az resource list --output table | Elenca le risorse associate alla sottoscrizione corrente |
az group list --output table | Elenca i gruppi associati alla sottoscrizione corrente |