0
0
Azurecloud~5 mins

Deployment methods (Git, ZIP, CI/CD) in Azure - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is Git deployment in Azure?
Git deployment in Azure means you connect your Azure app to a Git repository. When you push code to the repo, Azure automatically updates your app with the new code.
Click to reveal answer
beginner
How does ZIP deployment work in Azure?
ZIP deployment lets you package your app files into a ZIP file and upload it to Azure. Azure then extracts and runs your app from those files.
Click to reveal answer
beginner
What is CI/CD in the context of Azure deployments?
CI/CD stands for Continuous Integration and Continuous Deployment. It means automatically testing and deploying your app whenever you change the code, using tools like Azure DevOps or GitHub Actions.
Click to reveal answer
intermediate
Why use CI/CD instead of manual deployment?
CI/CD saves time and reduces mistakes by automating tests and deployments. It helps deliver updates faster and more reliably.
Click to reveal answer
intermediate
Name one advantage of using Git deployment over ZIP deployment.
Git deployment automatically updates your app when you push code, making it easier to track changes and collaborate with others.
Click to reveal answer
Which deployment method automatically updates your Azure app when you push code to a repository?
AGit deployment
BZIP deployment
CManual FTP upload
DLocal file copy
What file format is used in ZIP deployment to upload your app to Azure?
A.tar
B.iso
C.exe
D.zip
What does CI/CD stand for in Azure deployment?
ACloud Infrastructure / Cloud Development
BCode Integration / Code Delivery
CContinuous Integration / Continuous Deployment
DContainer Integration / Container Deployment
Which tool can be used to implement CI/CD pipelines for Azure apps?
AMicrosoft Word
BAzure DevOps
CWindows Explorer
DAzure Storage Explorer
What is a key benefit of using CI/CD pipelines?
AFaster and reliable deployments
BSlower release cycles
CManual code review
DMore manual work
Explain the differences between Git deployment, ZIP deployment, and CI/CD in Azure.
Think about how each method updates the app and how much automation is involved.
You got /3 concepts.
    Describe why CI/CD is important for modern app deployment in Azure.
    Consider the benefits of automation and speed in software delivery.
    You got /4 concepts.