Advertisement
Guest User

Untitled

a guest
Sep 13th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Subscription: FastStart-DevOps
  2.  
  3. 1- Criar um para ssh
  4. https://portal.azure.com
  5. Conectar no Cloud Shell
  6. ssh-keygen -t rsa -b 2048
  7.  
  8. 2- Criar AZure Container Service
  9. New > Azure Container Services
  10. Name: acs-treinamento
  11. Resource Group: rg-treinamento-[PESSOA]
  12. DNS PRefix: dns-treinamento-[PESSOA]
  13. User: treinamento
  14. Client id: 2f840365-c270-474e-a359-8fc13159822c
  15. Client Secret: 69060600-db3c-4b1e-8334-3f4ad491e49a
  16. Agents: 3
  17. VM: D2
  18.  
  19. 3- Criar Azure Container Registry
  20. Name: acr[Pessoa]
  21. Resource Group: rg-acr[Pessoa]
  22. Admin Enable
  23.  
  24. 4- Build Aplicacao Biometria
  25.  
  26. Clone
  27. https://axisbi.visualstudio.com/DefaultCollection/FastStart/_git/FastStartRenner
  28. user: alexde
  29. pass: P2ssw0rd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement