Microsoft SCORCH - Moving Runbooks from test to prod

jansi rani krishnan 601 Reputation points
2021-08-03T18:34:22.607+00:00

Hi Team,

I have few runbooks created in Microsoft SCORCH in test environment. I would like to move them to prod in a near future after thorough testing. I have few queries related to the Runbooks as listed below.

  1. How to move them to prod environment?
  2. Below is the sample request to trigger a runbook which will be send by Service-Now team. I think Runbook Id and other parameter's Id will get change if this is moved to production. Please correct me if am wrong.
    {
    "RunbookId": "447d4a9b-dcc6-4b23-9f06-7f7fd7895c88",
    "Parameters": "<Data>
    <Parameter><Name>Title</Name><ID>{60df3258-05f6-4c1a-96a4-4a69a115df99}</ID><Value>Test Manual Activity</Value></Parameter>
    <Parameter><Name>Description</Name><ID>{8afa3399-3282-47cb-9e82-b75daf6063b7}</ID><Value>This is created for testing purpose</Value></Parameter>
    }

Regards,
Jansi

System Center Orchestrator
System Center Orchestrator
A family of System Center products that provide an automation platform for orchestrating and integrating both Microsoft and non-Microsoft IT tools.
217 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andreas Baumgarten 98,626 Reputation points MVP
    2021-08-03T18:43:45.533+00:00

    Hi @jansi rani krishnan ,

    you can export the Runbooks in Orchestrator Designer (right-click on Runbook tab) one by one or a folder (right-click on folder) with all Runbooks in the folder.
    Copy the export file to the productive Orchestrator server and import.

    You are right with export/import the IDs (GUIDs) will change.

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten


0 additional answers

Sort by: Most helpful