Posts

success(), Error and complete() in AJAX call

Image
  Below is a diagram illustrating the process flow: The  success()  (Local Event) is only called if the request was successful (no errors from the server, no errors with the data). On the other hand, the  complete()  (Local Event) is called regardless of if the request was successful, or not. You will always receive a complete callback, even for synchronous requests. source : 1.https://stackoverflow.com/questions/1021062/use-success-or-complete-in-ajax-call/42229704#42229704 2. https://api.jquery.com/Ajax_Events/
Image
  zure virtual machines (VMs) can be created through the Azure portal. This method provides a browser-based user interface to create VMs and their associated resources. This quickstart shows you how to use the Azure portal to deploy a virtual machine (VM) in Azure that runs Windows Server 2019. To see your VM in action, you then RDP to the VM and install the IIS web server. If you don't have an Azure subscription, create a  free account  before you begin. Sign in to Azure Sign in to the Azure portal at  https://portal.azure.com . Create virtual machine Type  virtual machines  in the search. Under  Services , select  Virtual machines . In the  Virtual machines  page, select  Add . In the  Basics  tab, under  Project details , make sure the correct subscription is selected and then choose to  Create new  resource group. Type  myResourceGroup  for the name. Under  Instance details , type  myVM  for the  Virtual machine name  and choose  East US  for your  Region , and then choose  Win