react Azure DevOps Create React App Pipeline The following azure pipeline yaml file works for create-react-app version 3.0.1. Install the package jest-junit for unit test code coverage results to be published. In the root of the repository, create a file called azure-pipelines.yml with the following content. trigger: -
wcf Migrating from SOAP to REST using Azure API Management If you’ve got legacy applications written in WSDL or SOAP, and you are planning to expose it as a rest endpoint, Azure API Management seems to be good option at the moment. Another option is apigee; Although, it seems to miss some of
azure Deploying SharePoint Provider Hosted App as part of the TFS 2013 Build Process I have been working on a SharePoint provider hosted app. In this project, we have an azure website, a database per installation of the app, and couple of web jobs. This blog is about my attempt at creating a build system which for now
sharepoint Integration Tests in SharePoint 2010 I understand that a lot of developers out there have given up writing unit tests for SharePoint developments. But, that doesn’t stop you from writing integration tests. Continuous Integration allows developers to continually produce a working software without any show stoppers that developers
azure Running Entity Framework PowerShell commands from Visual Studio on Azure Databases One of the cool thing about Entity Framework is that you can use code first to build up your database while you are developing your application. azure deployment history dashboardI have recently started working with Azure Web site and using its Sql Database in