Update your Azure DNS automatically when you have a dynamic public IP
Posted by Florent Appointaire on
June 19, 2020
A Dynamic DNS service is indispensable if you want to host a website or application on a server with a dynamic public IP address. But how to keep your public DNS with the last IP and create a @ record that points to a CNAME with Azure DNS in this case?
Learn More
Filed under:
Software by Florent Appointaire
Azure Log Analytics: The agent had an unknown failure 2147942402
Posted by Florent Appointaire on
April 10, 2020
Azure Log Analytics is always about the value and security of your data. That is why any unknown errors when working with a Log Analytics workspace can cause at least an unnecessary headache or, in the worst-case scenario, breach of data integrity. If the Azure Log Analytics agent had 2147942402 unknown failure and you don’t know what to do, then
Learn More
Filed under:
Software by Florent Appointaire
Azure Logic App to Automate your workflows
Posted by Florent Appointaire on
February 28, 2020
Is coding the only way to automate your workflows? Definitely, not. A cloud service like Azure Logic Apps helps you plan, automate, and coordinate workloads and processes without coding. This being said, you can integrate your applications, data or services between different enterprises. Get started to work with Azure Logic Apps right now! Learn More
Filed under:
Services by Florent Appointaire
[Azure] Calculate the cost to migrate your DC to Azure
Posted by Florent Appointaire on
January 17, 2020
It should be unnecessary to say about the importance of calculating the Total Cost of Ownership (TCO) for your business once again. Only in this way you can determine a return on investment (ROI) and identify unobvious benefits. Microsoft released a tool that calculates TCO and thereby helps you evaluate cost savings by migrating workloads to Azure. Do you want to achieve accuracy and profitability in your IT infrastructure operation?
Learn More
Filed under:
Software by Florent Appointaire
[Azure] Protect your Azure WebApp with Let’s Encrypt
Posted by Florent Appointaire on
November 29, 2019
Today, I had a question from one of my customers to protect an Azure WebApp with a certificate. Because it’s for a dev environment, the customer doesn’t want to pay for a certificate.
Learn More
Filed under:
Software by Florent Appointaire
[Azure] Discovering of KeyVault
Posted by Florent Appointaire on
October 21, 2019
For some months now, Microsoft has deployed on the Azure platform, Key Vault. This solution gives you the possibility to store, directly on Azure, your passwords, certificates, etc. and to generate/call them through API. Resources can be accessed from Azure Automation, Azure AD and from your custom applications.
Learn More
Filed under:
Software by Florent Appointaire
[PowerShell] Create a DSC server on Azure
Posted by Florent Appointaire on
August 12, 2019
Today I’ll show you how to deploy a DSC server on Azure. This server will have the function of reference server, and will be the PULL server to store configurations.
Learn More
Filed under:
Services by Florent Appointaire
[Azure Automation] Source Control integration with Github
Posted by Florent Appointaire on
May 24, 2019
Today I’ll explain a new feature that I discovered last during the PowerShell Saturday User Group in Paris, the integration between Azure Automation and Github. This integration will give you the possibility to have a control on your sources.
Learn More
Filed under:
Software by Florent Appointaire
[Azure] Store your data cheaply with archiving
Posted by Florent Appointaire on
March 26, 2019
If you want to keep your files during X years, for legal reasons, and that they’re rarely accessed, you can use Azure storage account, with the Archive mode activated.
Learn More