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
Is Your Feature Request Related to a Problem? Please Describe
Currently have to create the Azure app used for sending emails manually on the Azure portal which is okay for a one-off use case, but would be nice to create this app using the Azure CLI and write code/instructions on how to do this.
Is Your Feature Request Related to a Problem? Please Describe
Currently have to create the Azure app used for sending emails manually on the Azure portal which is okay for a one-off use case, but would be nice to create this app using the Azure CLI and write code/instructions on how to do this.
Describe the Solution You'd Like
Need to create a resource group for existing working Azure app as a basic example.
Create Terraform HCL from resource group using Azure Terrafy which can be used as the basis of Terraform code for creating an app from scratch.
Describe Alternatives You've Considered
Another package terraformer with list of supported Azure resources
Can try to write Terraform scripts manually
Additional Context
Can't create resource group if your account doesn't belong to an Azure subscription.
The text was updated successfully, but these errors were encountered: