Monday, December 17, 2018

Azure

https://learn.microsoft.com/en-us/azure/devops/pipelines/get-started/key-pipelines-concepts?view=azure-devops#stage

Azure

Top 10 Azure Services Every Developer Must know
1.Virtual Machine
2. Azure Storage
3. Azure SQL
4. WebApp
5. Azure Function
6. CosmosDB
7. Azure Service Bus
8. Azure Active Directory
9. Azure Key Vault
10. Application Insight

  • Azure DevOps or other CI/CD platform

Visual Studio Team Services(VSTS) is now Azure DevOps Services




Azure Repos

Get unlimited, cloud-hosted private Git repos for your project.

Get unlimited private Git repository hosting and support for TFVC that scales from a hobby project to the world’s largest repository.

Azure Boards

Plan, track, and discuss work across your teams.

Track work with Kanban boards, backlogs, team dashboards, and custom reporting

Combine drag-and-drop sprint planning and flexible work item tracking with comprehensive traceability to have the perfect home for all your ideas–big and small.


Azure Pipelines

Continuously build, test, and deploy to any platform and cloud.

Get cloud-hosted pipelines for Linux, macOS, and Windows. Build web, desktop and mobile applications. Deploy to any cloud or on‑premises.

Automate your builds and deployments with Pipelines so you spend less time with the nuts and bolts and more time being creative.

Azure Functions

Azure Functions is a server less solution that allows you to write less code, maintain less infrastructure, and save on costs. Instead of worrying about deploying and maintaining servers, the cloud infrastructure provides all the up-to-date resources needed to keep your applications running.














IF EXIST "G:\_backups\DSP_Backup" (ECHO "G:\inetpub\wwwroot\DSP-PROD"  " Removing.....")
 IF EXIST "G:\_backups\DSP_Backup" (RMDIR /Q /S "G:\_backups\DSP_Backup")
 IF NOT EXIST "G:\_backups\DSP_Backup" (    MKDIR "G:\_backups\DSP_Backup")
`MKDIR` command is used to create the directory "C:\_backups\DSP_Backup".
IF EXIST "G:\_backups\DSP_Backup" (
    ECHO "Copying backup of G:\inetpub\wwwroot\DSP-PROD to G:\_backups\DSP_Backup .........."
    XCOPY /E /I "G:\inetpub\wwwroot\DSP-PROD" "G:\_backups\DSP_Backup"
)
Things Every Developer Should Know — CI/CD Pipeline.

A CI/CD pipeline is an automated workflow that facilitates continuous integration (CI) and continuous delivery or deployment (CD) by managing code building, testing, and release processes.

It integrates the various stages of the software development lifecycle (SDLC) into a seamless, repeatable process.

These stages include source code management, automated testing, artifact creation, and deployment orchestration.

Continuous ‘delivery’ and ‘deployment’ are sometimes used synonymously.

But there is a clear and important distinction between the two.

Delivery is about ensuring the software can be released at any time.

It requires manual intervention to deploy to production.

Deployment, on the other hand, does the release through automated workflows.


1. Microsoft Certified: Azure Developer Associate (Optional But Valuable).
2. Microsoft Certified: Azure Solutions Architect Expert (Optional But Valuable).


    No comments:

    Post a Comment

    TWIN MODULE - Dyncraft

    eBom vs mBom  SELECT distinct * FROM [DataStage].[dbo].[CUMEBOM_LOADING] as CL where CL.LineSeqNbr='T0890F0' and CL.ChassisNbr='...