Separate shared azure code

This commit is contained in:
katexochen 2022-06-07 16:27:55 +02:00
parent 6cd93e4179
commit 180d7872dd
9 changed files with 103 additions and 94 deletions

View file

@ -0,0 +1,10 @@
package azureshared
/*
Package azureshared contains code that is related to Microsoft Azure
and is used by multiple microservices.
This package is intended to have a minimal size and surface. If you
have Azure related code that is not shared by multiple microservices,
please keep the code in the microservice's internal package.
*/