Post Deployment Steps¶
After going through the deployment steps, there are a few manual steps that need to be taken to finalize the setup of NCC. This includes adding a connection in Power BI and updating the tenant variables in the NCC Portal.
Adding Fabric Pipeline Connection¶
Due to current Authentication method restrictions in Microsoft Fabric there is one Connection that must be manually added named CON_NCC_FABRICPIPELINES.
This can be done easily by following the steps:
- Go to all connections
- Click on
+ New - Click on
Cloud - Add the following configuration:
- Connection name:
CON_NCC_FABRICPIPELINES - Connection type:
Fabric Data Pipelines- Or
Infrastructuurgegevenspijplijnenin Dutch
- Or
- Authentication method:
OAuth 2.0 - Log in with your admin account
- Connection name:
- Save the connection
Updating the Tenant Variables¶
Now all workspaces are created that are needed for the tenant variables we can update the last Tenant Variables that are not yet set:
| Variable Name | Value | Description |
|---|---|---|
| key_vault | ncc-prd-we-*** | Name of the key vault in the Azure environment used for storing the secrets You can find the keyvault when you go to the Azure Portal and select the subscription you have deployed NCC into. |
| log_ncc_client_id_secret_name | InSparkNitrogenControlCenter--ClientId | Name of the secret in which the client ID is stored that allows the process to access the NCC API In the keyvault above there are the secrets you can reuse for the logging service principal |
| log_ncc_client_secret_secret_name | InSparkNitrogenControlCenter--ClientSecret | Name of the secret in which the client secret is stored that allows the process to access the NCC API In the keyvault above there are the secrets you can reuse for the logging service principal |
| log_ncc_database | WH_Log | Name of the warehouse where logging is stored |
| log_ncc_warehouse_endpoint | * - *.datawarehouse.fabric.microsoft.com | SqlServerName (URL) of the logging warehouse ![]() |
| log_ncc_warehouse_guid | x0x0x000-x0x0-0000-0xx0-0x0xx00xx00x | GUID of the logging warehouse Go to your WH_Log and take part 2 in the screenshot ![]() |
| log_ncc_workspace_guid | x0x0x000-x0x0-0000-0xx0-0x0xx00xx00x | GUID of the logging workspace Go to your WH_Log and take part 1 in the screenshot ![]() |

