![]() |
VOOZH | about |
dotnet add package InnerDrive.Azure --version 5.3.1498
NuGet\Install-Package InnerDrive.Azure -Version 5.3.1498
<PackageReference Include="InnerDrive.Azure" Version="5.3.1498" />
<PackageVersion Include="InnerDrive.Azure" Version="5.3.1498" />Directory.Packages.props
<PackageReference Include="InnerDrive.Azure" />Project file
paket add InnerDrive.Azure --version 5.3.1498
#r "nuget: InnerDrive.Azure, 5.3.1498"
#:package InnerDrive.Azure@5.3.1498
#addin nuget:?package=InnerDrive.Azure&version=5.3.1498Install as a Cake Addin
#tool nuget:?package=InnerDrive.Azure&version=5.3.1498Install as a Cake Tool
The Inner Drive Extensible Architecture implements common .NET development situations including time zones, money, measurements and conversions, and Microsoft Azure features.
InnerDrive.TimeZones featuresThis 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.
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.
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.
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"
}
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"
}
Comments or questions?
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on InnerDrive.Azure:
| Package | Downloads |
|---|---|
|
InnerDrive.Logging
Provides logging tools for Inner Drive Technology applications |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.3.1498 | 0 | 6/18/2026 |
| 5.3.1495 | 49 | 6/17/2026 |
| 5.3.1263 | 658 | 11/21/2025 |
| 5.2.1247.1 | 341 | 10/12/2025 |
| 5.2.1235.1 | 230 | 10/5/2025 |
| 5.2.1076.1 | 644 | 2/14/2025 |
| 5.2.989.1 | 387 | 11/2/2024 |
| 5.2.938.1 | 411 | 9/7/2024 |
| 5.1.926.1 | 243 | 9/2/2024 |
| 5.1.871.1 | 457 | 6/6/2024 |
| 5.1.854.1 | 338 | 5/21/2024 |
| 5.1.844.1 | 448 | 3/27/2024 |
| 5.0.826.1 | 503 | 1/6/2024 |
| 5.0.816.1 | 324 | 12/24/2023 |
| 5.0.801.1 | 365 | 11/26/2023 |
| 5.0.777.1 | 379 | 9/28/2023 |
Added RemoveAsync and helper methods to AzureSettingsTableStore