src.api.set_up_api

src.api.set_up_api(workspace_id: Output[str], logging_connection_string: Output[str], usage_key: PrivateKey, status_key: PrivateKey, controller_key: PrivateKey, action_group_id: Output[str]) Tuple[Output[str], Output[str]]

Create resources for the RCTab API.

Parameters:
  • workspace_id – The id of the application insights workspace.

  • logging_connection_string – The connection string for the logging database.

  • usage_key – The private key for the usage database.

  • status_key – The private key for the status database.

  • controller_key – The private key for the controller database.

  • action_group_id – The id of the action group to email.

Returns:

A tuple containing the app plan id and the url of the webapp.