InnerDrive.Azure
5.3.1592
dotnet add package InnerDrive.Azure --version 5.3.1592
NuGet\Install-Package InnerDrive.Azure -Version 5.3.1592
<PackageReference Include="InnerDrive.Azure" Version="5.3.1592" />
<PackageVersion Include="InnerDrive.Azure" Version="5.3.1592" />
<PackageReference Include="InnerDrive.Azure" />
paket add InnerDrive.Azure --version 5.3.1592
#r "nuget: InnerDrive.Azure, 5.3.1592"
#:package InnerDrive.Azure@5.3.1592
#addin nuget:?package=InnerDrive.Azure&version=5.3.1592
#tool nuget:?package=InnerDrive.Azure&version=5.3.1592
Inner Drive Extensible Architeture
The Inner Drive Extensible Architecture implements common .NET development situations including time zones, money, measurements and conversions, and Microsoft Azure features.
InnerDrive.Azure
Features
- Helper classes for Azure Blob Storage
- Helper classes to use Azure Key Vault features
- Helper classes to use Azure Table Storage features
- Azure support for
InnerDrive.TimeZonesfeatures
Prerequisites
This package runs on .NET 10, with dependencies on InnerDrive.Core and InnerDrive.TimeZones.
To use this package, you'll also need a Microsoft Azure subscription.
Usage
The Inner Drive Technology website has a full SDK and example code. We also have a demo weather site that uses all the IDEA components.
Azure Blob storage for IANA Time Zone files
To use the AzureTzInfoFileReader with the IANA Time Zone database, add the following to your appSettings.config:
{
"storageAccountKey": "your storage account key",
"storageAccountName": "your storage account name",
"storageConnectionString": "your storage account connection string",
"timeZoneSettings": {
"defaultTimeZoneHomeZone": "America/Chicago",
"timeZoneBlobName": "timezones"
}
}
Note that you can use either the storage account connection string or the key/name pair.
Azure Key Vault helper classes
To use the AzureKeyVaultXProvider classes (Crypto, Key, and Secret), add the following to your appSettings.config:
{
"keyVaultSecretProviderThrowExceptions": true,
"keyVaultSecretProviderTrace": true,
"keyVaultTenantId": "your tenant ID",
"keyVaultUrl": "your key vault FQDN"
}
Azure Table Storage helper classes
To use the AzureTableStore and AzureTableSettingStore classes, add the following to your appSettings.config:
{
"settingsTableName": "the table name for your settings table",
"storageAccountKey": "your storage account key",
"storageAccountName": "your storage account name",
"storageTablesUri": "your tables URI",
"storageConnectionString": "your storage account connection string"
}
CLDR support for InnerDrive.TimeZones
We added support for Unicode's Common Locale Data Repository (CLDR) time zone data with release 5.3.9728 on 19 August 2026.
AzureCldrFileReader loads CLDR data from Azure Blob Storage instead of local disk, for applications that already keep their IANA time zone data in a Blob container. It expects the same layout as InnerDrive.TimeZones's LocalCldrFileReader: a metaZones.json blob at the container root, and one {locale}/timeZoneNames.json blob per staged locale (Azure Blob names can contain /, so this reads as an ordinary folder structure in Storage Explorer).
Uploading CLDR data to the blob container
- Download the
metaZones.jsonandtimeZoneNames.jsonfiles you need from the cldr-json project, laid out locally the same wayLocalCldrFileReaderexpects:
CldrData/
metaZones.json
en/
timeZoneNames.json
fr/
timeZoneNames.json
- Upload the whole tree with the Azure CLI, preserving the relative paths as blob names:
az storage blob upload-batch --account-name <your storage account> --destination cldrdata --source ./CldrData
Storage Explorer's drag-and-drop upload, keeping the subfolders intact, works just as well.
Retrieving CLDR data with AzureCldrFileReader
Add the following to your appSettings.json:
{
"storageConnectionString": "your storage account connection string",
"timeZoneSettings": {
"cldrBlobName": "cldrdata",
"cldrDefaultLocale": "en"
}
}
Then supply the reader to TimeZoneFactory the same way you would LocalCldrFileReader:
var tzReader = new AzureTzInfoFileReader(Configuration);
var cldrReader = new AzureCldrFileReader(Configuration);
var factory = new TimeZoneFactory(Configuration, tzReader, cldrReader);
await factory.InitializeAsync();
As with the local reader, CLDR data is optional and non-fatal by default. See the InnerDrive.TimeZones README for the localized-name and picker-list APIs this unlocks.
Feedback
Comments or questions? Send feedback
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Azure.Data.Tables (>= 12.11.0)
- Azure.Identity (>= 1.21.0)
- Azure.Security.KeyVault.Keys (>= 4.10.0)
- Azure.Security.KeyVault.Secrets (>= 4.11.0)
- Azure.Storage.Blobs (>= 12.29.0)
- InnerDrive.Core (>= 5.3.1592)
- InnerDrive.TimeZones (>= 5.3.1592)
- JetBrains.Annotations (>= 2026.2.0)
- Microsoft.Extensions.Caching.Memory (>= 10.0.9)
- Microsoft.Extensions.Logging (>= 10.0.9)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on InnerDrive.Azure:
| Package | Downloads |
|---|---|
|
InnerDrive.Logging
Provides logging tools for Inner Drive Technology applications |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.3.1592 | 124 | 8/19/2026 |
| 5.3.1548 | 190 | 7/21/2026 |
| 5.3.1533 | 129 | 7/15/2026 |
| 5.3.1531 | 120 | 7/15/2026 |
| 5.3.1519 | 138 | 7/1/2026 |
| 5.3.1508 | 138 | 6/25/2026 |
| 5.3.1498 | 149 | 6/18/2026 |
| 5.3.1495 | 136 | 6/17/2026 |
| 5.3.1263 | 680 | 11/21/2025 |
| 5.2.1247.1 | 354 | 10/12/2025 |
| 5.2.1235.1 | 240 | 10/5/2025 |
| 5.2.1076.1 | 653 | 2/14/2025 |
| 5.2.989.1 | 396 | 11/2/2024 |
| 5.2.938.1 | 425 | 9/7/2024 |
| 5.1.926.1 | 260 | 9/2/2024 |
| 5.1.871.1 | 469 | 6/6/2024 |
| 5.1.854.1 | 350 | 5/21/2024 |
Added support for CLDR time zone metadata