Added Creatondate consoleapp and tagging policy

This commit is contained in:
Jurjen Ladenius
2022-04-20 11:03:12 +02:00
parent 28b4a0807c
commit 20331593e7
24 changed files with 1887 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
namespace AzureRestApi.Models
{
public class Settings
{
public string KeyVaultName { get; set; }
public string AzureTenantId { get; set; }
}
}