How to UNLOCK your Terraform State If you are working with Terraform, you must know this tip because he can UNLOCK your business.
Yesterday, I ran the terraform plan but It didn’t work. The reason was a tfstate LOCK. The question was only one: what can I do now? The answer is very simple!
terraform plan –var-file=dev.tfvars
Error message:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 │ Error: Error acquiring the state lock │ │ Error message: state blob is already locked │ Lock Info: │ ID: 14d1cd10-6dcb-1e7f-a769-f0c8ad082546 │ Path: tfstate/terraform.
PasswordGeneratorHelper What’s PasswordGeneratorHelper?
Password Generator Helper - Do you need one or more RANDOM PASSWORD? This NuGET can help you!
During the last weekend, I released a new NuGET. This NuGET can help you when you need a random password. I wrote the code with netstandard2.1, so you can add this NuGET in your project without problems.
How To Install If you want to use PasswordGeneratorHelper inside your application, you can only add the nuget in your project.
SwitchyLinkGenerator What’s SwitchyLinkGenerator?
switchy.io - Unofficial API for links Generator
In the last days, I wrote this component for myself and today -after some test- I’m releasing it on Nuget.
If you use switchy.io, you can generate short links from classic links. This component help you in this process.
How To Use 1 PM> Install-Package SwitchyLinkGenerator In this example, I’m using this component in an Azure Function with NETCore 3.
In this post, you can learn how to update your credit card inside the AWS Portal.
Add new Credit Card Open AWS and Login Go To Billing Management Console Select Payment Methods Select Add a card You can select Make Default if you need Links AndreaCarratta@Linkedin BugsInCloud@YouTube BugsInCloud@TikTok DevAndreaCarratta@Instagram DevAndreaCarratta@Facebook
In this post, you can learn how to update your credit card inside the Azure Portal.
Add new Credit Card Open Azure Portal Select Cost Management + Billing Go to Payment methods Press + Add Now you can only complete the fields:
Cardholder Name Card number Expires CVV Address line 1 Address line 2 (Optional) City State Postal Code Country/Region Click on Next and complete the registration.
Azure Function: How to disable via C# Yesterday I needed to stop a specific endpoint of my Azure Functions. We can do this operation in many different ways. In this post I show how to implement via C#.
I copy and paste the Azure function code from my previous “italian” post Azure Function: Trigger al caricamento su Blob Storage and I change the code with a new attribute.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 using System.