• About

Information Dynamics

Information Dynamics

Monthly Archives: March 2020

WebApi Testing Swaggerui

31 Tuesday Mar 2020

Posted by GIRISH SRINIVASA in Uncategorized

≈ Leave a comment

In article we looked at configuring Swagger UI in ASP.NET Core application, this article looks at using postman and Swagger UI for testing debugging Web API. The sample source code  can be found in Git and for demonstration purposes will be using SEIS.Registration.Api project.

Swagger UI:

From the sample source set SEIS.Registration.Api as start up project and the UI rendered in IIS Express will be as shown below:

swagger

We will debug two API methods viz., POST to Create a Record and GET to Read/Retrieve a Record

To validate the end points for both POST and GET methods are accessible ensure that there is a HTTP Status Code of 200

swaggerget

swaggerpost

Testing POST (aka Create Record)

Run the API project in Visual Studio and attach the Swagger UI process via Debug > Attach to Process 

swaggerpost1

Add the values in the Request under Post and click on Execute

swaggerpost2

The debugging step within Controller method and the Model passed in can be seen as below:

swaggerpost3

After creating record with POST method, debugging the GET method will display the record created.

swaggerget1

swaggerget2

In the next article we will look at using postman for debugging WebAPI.

 

Service Accounts with AD Group Membership for Dynamics installation

29 Sunday Mar 2020

Posted by GIRISH SRINIVASA in Uncategorized

≈ Leave a comment

In the article we looked at defining GPO for setting up Dynamics CRM platform. The various service account(s) required for the installation of CRM platform will map to the AD groups as per the table below:

Service Account AD Group Membership
svc-crm-app svc-crm-app
svc-crm-async svc-crm-async
svc-crm-deploy svc-crm-deploy
svc-crm-install svc-crm-install
svc-crm-monsrv svc-crm-monsrv
svc-crm-sbox svc-crm-sbox
svc-crm-vss svc-crm-vss

For SQL Instance the AD group membership(s) for SSRS, database is as per table below:

svc-sql-agent svc-sql-agent
svc-sql-database svc-sql-database
svc-sql-reporting svc-sql-reporting

 

 

 

 

Subscribe

  • Entries (RSS)
  • Comments (RSS)

Archives

  • November 2021
  • August 2021
  • July 2021
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • March 2019
  • September 2018
  • February 2018
  • January 2018
  • December 2017
  • January 2017
  • August 2016
  • January 2016
  • November 2015
  • October 2015
  • September 2015
  • November 2014
  • October 2014
  • September 2014
  • July 2014

Categories

  • ADCS
  • ADFS
  • ADFS 4.0
  • ASP.NET Core
  • Azure
  • Azure AD
  • Azure AD DS
  • Azure B2C
  • CRM 2011
  • CRM2013
  • CRM2015
  • CRM2016
  • Docker
  • Dynamics 365
  • Dynamics 365 CE Online
  • Dynamics 365 Portals
  • Dynamics CE 9
  • Knockout and TypeScript
  • OAuth2.0/OpenIDConnect
  • Power Platform
  • PowerApps
  • PowerShell
  • SharePoint 2019
  • Spkl
  • Uncategorized
  • WebAPI
  • Windows Server 2012
  • Windows Server 2016

Meta

  • Register
  • Log in

Blog at WordPress.com.

  • Follow Following
    • Information Dynamics
    • Already have a WordPress.com account? Log in now.
    • Information Dynamics
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...