- Configure app settings, see instructions here
- Ensure at least the following settings are defined otherwise you will get errors on Startup:
CosmosSettings:EndpointUri
CosmosSettings:PrimaryKey
CosmosSettings:DatabaseName
StorageAccountSettings:ConnectionString
StorageAccountSettings:BlobPrimaryEndpoint
- Start the application by selecting your profile from the dropdown (result of step #1)
- Configure app settings, see instructions here
- Ensure at least the following settings are defined otherwise you will get errors on Startup:
CosmosSettings:EndpointUri
CosmosSettings:PrimaryKey
CosmosSettings:DatabaseName
StorageAccountSettings:ConnectionString
StorageAccountSettings:BlobPrimaryEndpoint
- Ensure the following settings are defined (are available after seeding your marketplace)
OrderCloudSettings:MiddlewareClientID
OrderCloudSettings:MiddlewareClientSecret
OrderCloudSettings:ClientIDsWithAPIAccess
- ClientIDs of both the buyers and seller as a comma separated stringOrderCloudSettings:WebhookHashKey
- part of the seed request
- Start the application by selecting your debug profile from the dropdown (result of step #1)
In Postman, using a existing or new Workspace:
- Click on Import.
- Select the Link tab.
- Enter the url <MiddlewareUrl>/swagger/v1/swagger.json, e.g. https://localhost:5001/swagger/v1/swagger.json.
- Click Continue.
- Leave the import configuration with the default settings (or change them if you are advanced user).
- Finalise the import by clicking Import.