15 August 2020

Retrieving Azure Storage resources and metadata by using the Azure Storage SDK for .NET Student lab answer key

 


Access containers by using the .NET SDK
  1. Connect to the Azure Storage blob service endpoint
  2. Enumerate the existing containers
Retrieve blob Uniform Resource Identifiers (URIs) by using the .NET SDK
  1. Create a new container by using the SDK
  2. Upload a new blob by using the portal
  3. Access blob URI by using the SDK

13 August 2020

Building a web application on Azure platform as a service offerings

Deploy an ASP.NET web application to Web Apps (API)

1.         In the editor, in the ImagesController class on line 26, observe the GetCloudBlobContainer method and the code used to retrieve a container.

2.         In the ImagesController class on line 36, observe the Get method and the code used to retrieve all blobs asynchronously from the images container.

3.         In the ImagesController class on line 55, observe the Post method and the code used to persist an uploaded image to Storage.




Deploy an ASP.NET web application to Web Apps (WEB)

1.         In the editor, in the IndexModel class on line 30, observe the OnGetAsync method and the code used to retrieve the list of images from the API.

2.         In the IndexModel class on line 41, observe the OnPostAsync method and the code used to stream an uploaded image to the back-end API.

Source: https://github.com/MicrosoftLearning/AZ-204-DevelopingSolutionsforMicrosoftAzure/

Open Source Information Gathering using Windows Command Line Utilities

 How to Find the Maximum Frame Size Packet needs to be fragmented but DF set, means that the frame is too large to be on the network and ne...