Connections > Microsoft Dynamics 365 for Sales connections > Configure the serverless runtime environment
  

Configure the serverless runtime environment

You can choose to use the serverless runtime environment when you connect to Microsoft Dynamics 365 for Sales.
For more information about how to configure and use the serverless environment, see "Serverless runtime environment setup" in Runtime Environments in the Administrator help.
When you use the serverless runtime environment, you cannot use a proxy server to connect to Informatica Intelligent Cloud Services.
To use the serverless runtime environment with client certificate grant authentication, you require the client certificates in the serverless runtime location.
Perform the following tasks to configure a serverless runtime environment to use with client certificate grant authentication:
  1. 1Create the following structure for the serverless agent configuration in AWS or Azure: <Supplementary file location>/serverless_agent_config
  2. 2Add the certificates in the Amazon S3 bucket or Azure container in the following location in your AWS or Azure account: <Supplementary file location>/serverless_agent_config/SSL
  3. 3Copy the following code snippet to a text editor:
  4. version: 1
    agent:
    agentAutoApply:
    general:
    sslStore:
    - fileCopy:
    sourcePath: SSL/<certificate_file_name>
    where the source path is the directory path of the certificate files in AWS or Azure.
  5. 4Ensure that the syntax and indentations are valid, and then save the file as serverlessUserAgentConfig.yml in the following AWS or Azure location: <Supplementary file location>/serverless_agent_config
  6. When the .yml file runs, the SSL certificates are copied from the AWS or Azure location to the serverless agent directory.
  7. 5In the Microsoft Dynamics 365 for Sales connection properties, specify the following certificate path in the serverless agent directory in the Trust Store and Key Store fields:
  8. /home/cldagnt/SystemAgent/serverless/configurations/ssl_store/<cert.p12>