NTWEEKLY.COM – A blog about Cyber Security and IaC
-
How To Install OpenAI Python Library
This blog post will show you how to install the OpenAI and ChatGPT Python library on Windows, macOS or a Linux machine.
-
How To Use Variables in a Python String
Using variables in a string is a common operation in programming. In Python, there are several ways to include variables in a string.
-
2 Ways to Join an Azure VM to Azure Active Directory
This blog post will show two ways to join an Azure Virtual Machine to Azure Active Directory.
-
How To Add Tabs or Newlines to a Python string
In this post, we’ll review a few different methods for Adding tabs or newlines to a Python string.
-
How to Use The Terraform Azure AzAPI Provider
The AzAPI Terraform provider is a plugin for Terraform that allows you to deploy Azure resources that are not yet available with the AzureRM provider.
-
Azure Active Directory Device Identity Types
In Azure Active Directory (Azure AD), device identity types refer to the different ways that devices can be registered and managed in the directory.
-
How to Use Terraform Environment Variables
Terraform environment variables are used to set values that should not be committed to version control.
-
3 Ways to Reference Variables in Terraform
Variables can pass data into a Terraform configuration and can be used to parameterize the configuration.
-
How To Use and Run Terraform TFVARS
Terraform is a tool used to define and deploy infrastructure as code. It is a popular choice for managing infrastructure as code because it is easy to use, has a large and active community, and is supported by a number of cloud providers.
-
Scan Terraform Code for Vulnerabilities With Azure Pipelines
Terraform is a popular tool for infrastructure as code, allowing users to define and manage infrastructure resources in a safe, repeatable, and version-controlled way.