Skip to content

Commit 82ecccc

Browse files
authored
Merge branch 'main' into feat-add-ngf
2 parents d5a66d7 + 7608c99 commit 82ecccc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

content/nginxaas-azure/changelog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,25 @@ To see a list of currently active issues, visit the [Known issues]({{< ref "/ngi
1414
To review older entries, visit the [Changelog archive]({{< ref "/nginxaas-azure/changelog-archive" >}}) section.
1515

1616

17+
## Aug 18, 2025
18+
19+
- {{% icon-feature %}} **Updates to NGINXaaS for Azure GitHub Action**
20+
21+
- Users can now specify files in their configuration directory to be marked as protected using a new optional Action input called `protected-files`. This new input accepts comma-separated list of file paths relative to the NGINX configuration directory that should be marked as protected. For more information, please visit [NGINXaaS for Azure Deployment Action](https://github.com/marketplace/actions/nginx-configuration-sync) on GitHub actions marketplace. Example:
22+
```yaml
23+
- name: Sync NGINX Config to Azure
24+
uses: nginxinc/[email protected]
25+
with:
26+
nginx-config-directory-path: configs/
27+
nginx-root-config-file: nginx.conf
28+
transformed-nginx-config-directory-path: /etc/nginx/
29+
protected-files: protected-1.conf,protected-2.conf
30+
```
31+
32+
33+
- To enhance security, the service principal used for Azure login prior to running the NGINXaaS for Azure Deployment Action now only requires the Contributor role at the scope of the NGINXaaS for Azure deployment. It no longer needs the Contributor role at the resource group level containing the deployment.
34+
35+
1736
## May 22, 2025
1837
1938
- {{% icon-feature %}} **NGINXaaS for Azure now supports IPv6**

0 commit comments

Comments
 (0)