Azure deployment setup

This commit is contained in:
2026-04-14 21:29:00 -06:00
parent 77d106cb06
commit 9cafc305fd
10 changed files with 263 additions and 65 deletions

View File

@@ -102,6 +102,12 @@
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.29.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>