Skip to content

Instantly share code, notes, and snippets.

@wsrzx
Created February 10, 2016 14:27
Show Gist options
  • Save wsrzx/cb3d7f51e570b7bc5b9a to your computer and use it in GitHub Desktop.
Save wsrzx/cb3d7f51e570b7bc5b9a to your computer and use it in GitHub Desktop.
Como publicar um Web App construído com PHP no Azure App Service partindo do OSX
<!DOCTYPE html>
<html>
<head>
<title>Partiu Azure, PHP</title>
</head>
<body>
<h1>Partiu Azure, PHP</h1>
<?php
// Exibe INFO_ALL
phpinfo();
?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment