Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nginxinc/nginxaas-for-azure-snippets
Example ARM templates for common NGINX for Azure use cases
https://github.com/nginxinc/nginxaas-for-azure-snippets
Last synced: 3 days ago
JSON representation
Example ARM templates for common NGINX for Azure use cases
- Host: GitHub
- URL: https://github.com/nginxinc/nginxaas-for-azure-snippets
- Owner: nginxinc
- License: apache-2.0
- Created: 2022-05-17T18:01:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T06:23:33.000Z (13 days ago)
- Last Synced: 2024-10-27T07:28:20.026Z (13 days ago)
- Language: Python
- Size: 121 KB
- Stars: 5
- Watchers: 16
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NGINXaaS for Azure Snippets
This repository contains code snippets for common [NGINXaaS for Azure](https://docs.nginx.com/nginxaas/azure/) use cases. These snippets can be leveraged in applications or as infrastructure as code and in CI workflows to automate the creation or update of NGINXaaS for Azure deployment resources.
### Connecting to Azure
These snippets require an authenticated Azure Resource Manager client like the [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/) or [Az Powershell](https://docs.microsoft.com/en-us/powershell/azure/?view=azps-8.2.0)
* [Sign in with Azure CLI](https://docs.microsoft.com/en-us/cli/azure/authenticate-azure-cli)
* [Sign in with Azure PowerShell](https://docs.microsoft.com/en-us/powershell/azure/authenticate-azureps?view=azps-8.2.0)
* [Authenticate Terraform to Azure](https://docs.microsoft.com/en-us/azure/developer/terraform/authenticate-to-azure?tabs=bash)### Code Snippets
* [ARM Template](./arm-templates/README.md)
* [Python SDK](./sdk/python/README.md)
* [Terraform](./terraform/README.md)