Skip to content

nsftwr/appService-vNet-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Simple Function App that serves as an API to list and read blobs in a storage account. Storage account is only accesible via the Fuction App, since they're in the same virtual network, and access outside this network is restricted.

Deployment

Use the following cmd'let to deploy the infrastructure:

az deployment group create --resource-group <RESOURCE GROUP NAME> --template-file .\iac\main.bicep --parameters params="@.\iac\parameters.json"

Demo

  • All deployed resources

Resources

  • Access denied via the portal due to IP not being whitelisted:

Access Denied

  • Call the GetAllFiles endpoint to list all blobs un the storage container

GetAllFiles

  • Call the ReadFile endpoint to read the contents of the blob

Blob contents

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published