Microsoft Azure
Always Free
Cosmos DB, App Srv, Functions, Logic, Security Ctr, DevOps, VPN, VS Code, ...
Costs would be $6.31 per month
$4.99 per month for SQL database using resource: randyscott777_resgroup ($1.99 for SQL 'Test' database, $.53 for storage, ___________)
$1.32 per month for storage using resource: ubuntu-for-vs2017-cpp-testing (C++ console app)- to eliminate???
Azure Portal
URL is "http://portal.azure.microsoft.com"
Login is syrran@aol.com (Expired), now using randyscott777@gmail.com to portal.azure.com
Services and Functions
Note: The free tier deletes itself after 1 year
Services | Name | Description | Cost |
Blob Containers | container - blob | Static image - WisdomWay.jpg | Expires 12/16/22 |
SQL Databases | Test | PersonID,FirstName,LastName,Address,City database w VS | Expired |
App Services | Azure Function Hello | Enable to test http trigger Hello function | Expired |
App Services | Basic, List, Ajax Functions | App Service - Web function w VS | Expired |
App Services | Web Apps Inventory | App Service - VS App Inventory | Expired |
App Services | This Web Directory | App Service - this app w VS | Expired |
Virtual Machines | Windows | Start, then Connect via RDP - shutdown /s | Expired |
Virtual Machines | Linux | Start, then SSH to IP - logout, Stop to dealloc | Expired |
Azure storage - containers - blob
click for pic
Azure App from Visual Studio
Create the way normally
Publish to Azure - App Service
Creating a SQL Database on Azure
SQL Database service
Connect - Open With: Visual Studio - Add database Test
List external tables - Add new table - Person
Read Test/Persons Database in C#
Aspx - asp:GridView1
Read Books/books Database in C#
Aspx - asp:GridView2