You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloaded the ARM template for synchronizing NGINX configuration.
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"nginxDeploymentName": {
"type": "string",
"metadata": {
"description": "The name of the NGINX for Azure deployment to synchronize the configuration."
}
},
"rootFile": {
"type": "string",
"defaultValue": "nginx.conf",
"metadata": {
"description": "The file path of the root NGINX configuration file."
}
},
"tarball": {
"type": "string",
"metadata": {
"description": "The based64 encoded NGINX configuration tarball."
}
}
},
"variables": {},
"resources": [
{
"type": "NGINX.NGINXPLUS/nginxDeployments/configurations",
"apiVersion": "2021-05-01-preview",
"name": "[concat(parameters('nginxDeploymentName'), '/default')]",
"properties": {
"rootFile": "[parameters('rootFile')]",
"package": {
"data": "[parameters('tarball')]"
}
}
}
]
}
Synchronizing NGINX configuration
Subscription ID: ***
Resource group name: ***
NGINX for Azure deployment name: ***
ARM template deployment name: ***-ceb82b80-9c2a-4ba5-9b33-273714914f13
INFO: Command ran in 0.296 seconds (init: 0.118, invoke: 0.179)
ERROR: The content for this response was already consumed
INFO: Command ran in 1.483 seconds (init: 0.179, invoke: 1.304)
Error: Process completed with exit code 1.
##[debug]Finished: run
##[debug]Finishing: Sync the NGINX configuration from the GitHub repository to the NGINXaaS for Azure deployment
The text was updated successfully, but these errors were encountered:
##[debug]Evaluating condition for step: 'Sync the NGINX configuration from the GitHub repository to the NGINXaaS for Azure deployment'
##[debug]Evaluating: success()
##[debug]Evaluating success:
##[debug]=> true
##[debug]Result: true
##[debug]Starting: Sync the NGINX configuration from the GitHub repository to the NGINXaaS for Azure deployment
##[debug]Loading inputs
##[debug]Evaluating: secrets.AZURE_SUBSCRIPTION_ID
##[debug]Evaluating Index:
##[debug]..Evaluating secrets:
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'AZURE_SUBSCRIPTION_ID'
##[debug]=> ''
##[debug]Result: ''
##[debug]Evaluating: secrets.AZURE_RESOURCE_GROUP_NAME
##[debug]Evaluating Index:
##[debug]..Evaluating secrets:
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'AZURE_RESOURCE_GROUP_NAME'
##[debug]=> ''
##[debug]Result: ''
##[debug]Evaluating: secrets.NGINX_DEPLOYMENT_NAME
##[debug]Evaluating Index:
##[debug]..Evaluating secrets:
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'NGINX_DEPLOYMENT_NAME'
##[debug]=> ''
##[debug]Result: ''
##[debug]Loading env
Run nginxinc/nginx-for-azure-deploy-action@v0.3.0
##[debug]Evaluating condition for step: 'run'
##[debug]Evaluating: (success() && (inputs.nginx-deployment-location != '') && (inputs.nginx-certificates != ''))
##[debug]Evaluating And:
##[debug]..Evaluating success:
##[debug]..=> true
##[debug]..Evaluating NotEqual:
##[debug]....Evaluating Index:
##[debug]......Evaluating inputs:
##[debug]......=> Object
##[debug]......Evaluating String:
##[debug]......=> 'nginx-deployment-location'
##[debug]....=> ''
##[debug]....Evaluating String:
##[debug]....=> ''
##[debug]..=> false
##[debug]=> false
##[debug]Expanded: (true && ('' != '') && (inputs['nginx-certificates'] != ''))
##[debug]Result: false
##[debug]Evaluating condition for step: 'run'
##[debug]Evaluating: (success() && (inputs.nginx-config-directory-path != ''))
##[debug]Evaluating And:
##[debug]..Evaluating success:
##[debug]..=> true
##[debug]..Evaluating NotEqual:
##[debug]....Evaluating Index:
##[debug]......Evaluating inputs:
##[debug]......=> Object
##[debug]......Evaluating String:
##[debug]......=> 'nginx-config-directory-path'
##[debug]....=> 'configs/'
##[debug]....Evaluating String:
##[debug]....=> ''
##[debug]..=> true
##[debug]=> true
##[debug]Expanded: (true && ('configs/' != ''))
##[debug]Result: true
##[debug]Starting: run
##[debug]Loading inputs
##[debug]Evaluating: format('{0}/src/deploy-config.sh --subscription_id={1} --resource_group_name={2} --nginx_deployment_name={3} --config_dir_path={4} --root_config_file={5} --transformed_config_dir_path={6}', github.action_path, inputs.subscription-id, inputs.resource-group-name, inputs.nginx-deployment-name, inputs.nginx-config-directory-path, inputs.nginx-root-config-file, inputs.transformed-nginx-config-directory-path)
##[debug]Evaluating format:
##[debug]..Evaluating String:
##[debug]..=> '{0}/src/deploy-config.sh --subscription_id={1} --resource_group_name={2} --nginx_deployment_name={3} --config_dir_path={4} --root_config_file={5} --transformed_config_dir_path={6}'
##[debug]..Evaluating Index:
##[debug]....Evaluating github:
##[debug]....=> Object
##[debug]....Evaluating String:
##[debug]....=> 'action_path'
##[debug]..=> '/home/runner/work/_actions/nginxinc/nginx-for-azure-deploy-action/v0.3.0'
##[debug]..Evaluating Index:
##[debug]....Evaluating inputs:
##[debug]....=> Object
##[debug]....Evaluating String:
##[debug]....=> 'subscription-id'
##[debug]..=> ''
##[debug]..Evaluating Index:
##[debug]....Evaluating inputs:
##[debug]....=> Object
##[debug]....Evaluating String:
##[debug]....=> 'resource-group-name'
##[debug]..=> ''
##[debug]..Evaluating Index:
##[debug]....Evaluating inputs:
##[debug]....=> Object
##[debug]....Evaluating String:
##[debug]....=> 'nginx-deployment-name'
##[debug]..=> ''
##[debug]..Evaluating Index:
##[debug]....Evaluating inputs:
##[debug]....=> Object
##[debug]....Evaluating String:
##[debug]....=> 'nginx-config-directory-path'
##[debug]..=> 'configs/'
##[debug]..Evaluating Index:
##[debug]....Evaluating inputs:
##[debug]....=> Object
##[debug]....Evaluating String:
##[debug]....=> 'nginx-root-config-file'
##[debug]..=> 'nginx.conf'
##[debug]..Evaluating Index:
##[debug]....Evaluating inputs:
##[debug]....=> Object
##[debug]....Evaluating String:
##[debug]....=> 'transformed-nginx-config-directory-path'
##[debug]..=> '/etc/nginx/'
##[debug]=> '/home/runner/work/_actions/nginxinc/nginx-for-azure-deploy-action/v0.3.0/src/deploy-config.sh --subscription_id= --resource_group_name=*** --nginx_deployment_name=*** --config_dir_path=configs/ --root_config_file=nginx.conf --transformed_config_dir_path=/etc/nginx/'
##[debug]Result: '/home/runner/work/_actions/nginxinc/nginx-for-azure-deploy-action/v0.3.0/src/deploy-config.sh --subscription_id=*** --resource_group_name=*** --nginx_deployment_name=*** --config_dir_path=configs/ --root_config_file=nginx.conf --transformed_config_dir_path=/etc/nginx/'
##[debug]Loading env
Run /home/runner/work/_actions/nginxinc/nginx-for-azure-deploy-action/v0.3.0/src/deploy-config.sh --subscription_id=*** --resource_group_name=*** --nginx_deployment_name=*** --config_dir_path=configs/ --root_config_file=nginx.conf --transformed_config_dir_path=/etc/nginx/
##[debug]/usr/bin/bash --noprofile --norc -e -o pipefail /home/runner/work/_temp/c40f5c7e-8a4b-4c92-8172-e90145a553d3.sh
The NGINX configuration directory 'configs/' was found.
The root NGINX configuration file 'configs/nginx.conf' was found.
The transformed root NGINX configuration file path is '/etc/nginx/nginx.conf'.
Creating a tarball from the NGINX configuration directory.
./
./conf.d/
./conf.d/proxy.conf
./nginx.conf
Successfully created the tarball from the NGINX configuration directory.
Listing the NGINX configuration file paths in the tarball.
./
tar: Removing leading `/' from member names
/etc/nginx/conf.d/
/etc/nginx/conf.d/proxy.conf
/etc/nginx/nginx.conf
The base64 encoded NGINX configuration tarball
H4sIAAAAAAAAA+2VTW+bQBCGOfMrRkpOlfiyAVvh1FObW5RTb2gD44AMC9pdKjtV/nt3sV2b+COp
ZCetMs8BxMy7C7uz7+B61sXxNZMoMvdgEgX9cxDH/X2NFUT+KBiFEz8ILT/wo2hkQXT5T7OsTiom
ACzRcY7iuC5vsvmp/H+Khyrz+GPJF17W8JmbX+A8/H39x1EYUP3fg/36t6JZLF3zcK53mALHYXi0
/qEfv6h/FE10/f1zfcApPnn9+2qnElVaIMtRwPdGKrgu9DWx95I/nHtklXN7B9cC60ZhyvJcHBTe
mZDztW2BtW1iXx2QfCvVVrCX19mie3DuO+7c5rA6KRvZQzeboSj5IzR8GEtl+YQQzodRCVOY/okJ
/YJUlTU2nYLYl4n90VX4OHb831/Pavw1r/g/GO/1/3AcxeT/96BQqoVfNmi6Viptjdr4cR0yPDUc
+1BsXLWJVsikSvVh4duYRPFTGzfwXd8N3PBm2jvWZJ5te0ewnbsqpUIOU//lJClnNcIXFxesbivU
p7JO7O2wJmOqbDh4O3MZSp5VXY5w6q+WDEasOkLLpASzFTee13ejXYnuR5Uq0qzAbGcDnt+ysDAc
g5QV5DhjXaXSle7wYgdL3Qi2SlmlGQpVzkq99sEKdcpbOcmrl44RuZlQybGh6RyXrwzXin90t/V+
X63/DCCXPPvEnZsgCIIgCIIgCIIgCIIgCIIgCIIg9vkNmYOrpgAoAAA=
--2025-06-08 08:47:13-- https://raw.githubusercontent.com/nginxinc/nginx-for-azure-deploy-action/487d1394d6[11](https://github.com/Infosys-Int-IS-EPMDevOps/nginxcongigops/actions/runs/15516712488/job/43684683850#step:4:11)5d4f42ece6200cbd20859595557d/src/nginx-for-azure-configuration-template.json
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.111.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1258 (1.2K) [text/plain]
Saving to: ‘template-ceb82b80-9c2a-4ba5-9b33-273714914f13.json’
2025-06-08 08:47:13 (107 MB/s) - ‘template-ceb82b80-9c2a-4ba5-9b33-273714914f13.json’ saved [1258/1258]
Downloaded the ARM template for synchronizing NGINX configuration.
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"nginxDeploymentName": {
"type": "string",
"metadata": {
"description": "The name of the NGINX for Azure deployment to synchronize the configuration."
}
},
"rootFile": {
"type": "string",
"defaultValue": "nginx.conf",
"metadata": {
"description": "The file path of the root NGINX configuration file."
}
},
"tarball": {
"type": "string",
"metadata": {
"description": "The based64 encoded NGINX configuration tarball."
}
}
},
"variables": {},
"resources": [
{
"type": "NGINX.NGINXPLUS/nginxDeployments/configurations",
"apiVersion": "2021-05-01-preview",
"name": "[concat(parameters('nginxDeploymentName'), '/default')]",
"properties": {
"rootFile": "[parameters('rootFile')]",
"package": {
"data": "[parameters('tarball')]"
}
}
}
]
}
Synchronizing NGINX configuration
Subscription ID: ***
Resource group name: ***
NGINX for Azure deployment name: ***
ARM template deployment name: ***-ceb82b80-9c2a-4ba5-9b33-273714914f13
INFO: Command ran in 0.296 seconds (init: 0.118, invoke: 0.179)
ERROR: The content for this response was already consumed
INFO: Command ran in 1.483 seconds (init: 0.179, invoke: 1.304)
Error: Process completed with exit code 1.
##[debug]Finished: run
##[debug]Finishing: Sync the NGINX configuration from the GitHub repository to the NGINXaaS for Azure deployment
The text was updated successfully, but these errors were encountered: