Posts

Showing posts with the label Azure

Azure - APP Services VS Container Instance

Container Instance APP Services P0v3 1 Core 4GB / 250GB internal stg   1 Core 4GB / 250GB internal stg   3 instances per 730 Hours 3 instances per 730 Hours 142 177         Container Instance Good Cheap simple BAD Can’t change after deploy Variables ENV Network Size Redundances CPU / RAM     APP Services   Good Changes after deploy Scales Up/Dow Redundant Possible to HA. BAD Price       Conclusion,   If need redundancy, and changes over the lifecycle of the APP, hot swap .-> go with APP services. (you can create a scale to change the APP Services from Premium to Basic, to cost reduction )    

DSC Azure automation Linux

Have a problem in your DSC configuration. "Failed to apply the configuration. These resources produced errors: [nxFile]MyFolder. Detailed error information can be found in the log file.\"}"]

Azure Mysql in app, error #2002

Image
In the Azure WEB APP , MYSQL IN APP, you get this error azurewebsites.net/phpMyAdmin/ Erreur : #2002 - An attempt was made to access a socket in a way forbidden by its access permissions. — The server is not responding (or the local server's socket is not correctly configured). mysqli_real_connect(): (HY000/2002): An attempt was made to access a socket in a way forbidden by its access permissions.  The solution is

Got error 1 from storage engine

Image
Using in the Azure Database for MySQL server Got the error 1  when I tried to migrate the database ERROR 1030 (HY000) at line   Got error 1 from storage engine Why? https://blogs.msdn.microsoft.com/azuresqldbsupport/2017/06/08/azure-database-for-mysql-cant-restore-database-with-error-got-error-1-from-storage-engine/ "Got error 1 from storage engine" While indicated to be a storage capacity issue on a MySQL server when researching this error, in Azure Database for MySQL this error is most commonly seen when the MyISAM storage engine is being used. Currently, MyISAM is not supported on Azure Database for MySQL. In this scenario, you will need to modify the tables to utilize a supported engine such as InnoDB. This is the engine that Azure Database for MySQL uses by default. This article Converting MyISAM to InnoDB will help you understand the implications of changing from MyISAM and the suggested conversion steps to InnoDB. The most common method is t...

Azure Debian apt update problem ?

Sometimes when the Debian is old, and you try to install or update something, the APT doesn't work in Debian machine in Azure VM, need to update the apt. I got these errors Err http://debian-archive.trafficmanager.net/debian/ jessie-backports/main pinen                                                                                                                                                     try-gtk2 amd64 0.9.7-5~bpo8+1   404  Not Found [IP: 52.233.239.54 80] Get:6 http://debian-archive.trafficmanager.net/debian/ jessie/main gnupg-agent a              ...

Azure Mysql ERROR 9999 ERROR 9002

Mysql Error connections. ERROR 9002 (28000): The connection string may not be right. Please visit portal for references. OR ERROR 9999 (28000): An internal error has occurred. Please retry or report your issues.