Can any one explain the Azure in Application Development
Development
Version control
Deployment
Can any one explain the Azure in Application Development
Development
Version control
Deployment
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Dec 15, 2024, 6:27 AM
To automate your deployment, you need to build a CI/CD pipeline that connects with your source control. You can use Github or other tools to do so. Here is a documentation that explains deploying apps from GitHub to Azure
Deploy apps from GitHub to Azure | Microsoft Learn
Kiran KumarPosted Dec 15, 2024, 6:01 AM
Hi Deepak
Thanks for the details
I have a requirement to configure my app with azure and publish regularly changes into scourcecontrol from there, check deploy the files int azure and have to access the site whenever I need, do I need to purchange anything for it
I have an application implemented in dontnet moves and database SQL server
If need to buy azure service any idea how much the cost can you provide flexible prices that I can use only personal not for the company purpose, I need to see my app running on the internet
Deepak TewatiaPosted Dec 14, 2024, 4:22 PM
Hi Kiran,
Azure provides multiple services that help during development, like Azure databases and app services that integrate with IDEs like VS Code or Visual Studio, making easy for developers to build, test, and debug applications directly on the cloud.
For version control, Azure Repos is there in Azure
For Deployment, use Azure pipelines, Azure container instances, or Azure Kubernetes service integrated with Azure Repos or Github.
For application monitoring, use application insights and monitoring services.
Kiran KumarPosted Dec 14, 2024, 9:26 AM
can any one explain please