-
Analysis of Load Test Results
Analysis of Performance Data After you capture and consolidate your results, analyze the captured data and compare the results against the metric’s accepted level. If the results indicate that your required performance levels have not been attained, you can analyze and fix the cause of the bottleneck. The data that you collect helps you analyze…
-
How to use AngularJS Services and Controllers
Here in this blog I am going to show some advanced and common functionalities of Angular JS which can be used to web applications development. Before we start if you want to learn more basics of Angular JS, please visit Introduction to Angular JS Angular Services and making AJAX calls using Angular JS. In AngularJS,…
-
CfMD services -Dynamics NAV
CfMD services help ISVs minimize the time and effort needed to get their software solution through the CfMD process. We offer services as a package or individual in order to get the CfMD Certificate done. Solution Design ,development and upgrade We at Canarys help customer to make any modification in their NAV Application codebase to…
-
Azure Blob Storage: The PowerShell Way!
-
What’s New in Microsoft Dynamics NAV 2017
We were hearing about Dynamics NAV 2017 since long time that it will be releasing by the end of 2016 which will be coming up with further integration of office 365 and few many more interesting features (called project Madeira). Yes, now Microsoft has released the beta version of NAV 2017. Here is the brief…
-
Create a Windows Server 2012 R2 VM using ARM in Azure PowerShell
Hi Folks, In this Blog Post we will learn how to create an Azure ARM Virtual Machine using Azure PowerShell. For this, you will need an Azure Subscription and machine with Latest Azure PowerShell installed. 1. Run the following script in Azure Powershell: //Replace MyName with YourName everywhere. Login-AzureRmAccount $locName = "Central US"…
-
Continuous Integration/ Continuous Deployment VSTS
Following the below steps you can build and deploy your ASP.NET app to Azure from either Visual Studio Team Services Upload your code Upload your latest code to Visual Studio Team Services repository. Create the definition Login to your VSTS account https://xxxxxxxx.visualstudio.com/ Open your team project in your web browser. https://xxxxxxxx.visualstudio.com/MyFirstProject Verify that the VSTS…
-
How to Sync On-premise AD with Windows Azure AD using Azure AD Connect tool
Azure AD is a service that provides identity and access management capabilities in the cloud. Azure AD can be integrated with existing on-premise AD for providing single sign-on functionality for their users to access the cloud applications. So it is essential for organizations to keep the credentials in both on-premise AD and Azure AD…
-
Parallel Execution using Selenium Webdriver and TestNG
While testing a web application it is very important to test the application on different browsers. We can achieve this by using Selenium Web driver and TestNG. If there are more number of scripts to be executed and executing them on each and every browsers sequentially is time consuming. This can be avoided using a…
-
Creating a Point-to-Site Connectivity using Azure Resource Manager
Configure a Point-to-Site connectivity to a VNet using PowerShell (ARM Mode) Task 1: Create a Self-Signed certificate 1. Login to your Visual Studio Virtual Machine using your credentials. Create a folder C:P2S Certificates. 2. Navigate to C:ProgramDataMicrosoftWindowsStart MenuProgramsMicrosoft Visual Studio 2012Visual Studio Tools and Run VS2012 x64 Cross Tools Command Prompt…