Craig100
12/19/2024, 12:28 PM"Storage": {
"AzureBlob": {
"Media": {
"ConnectionString": "DefaultEndpointsProtocol=https;AccountName=umbracocmsabcd;AccountKey=abcdefghijklmnopqrstuvwxyz123456789123651236547891;EndpointSuffix=core.windows.net",
"ContainerName": "media"
}
}
}
With the two nuget packages installed and registered in program.cs as instructed in the V13 docs I get the following error when running the site (which crashes):-
System.FormatException: No valid combination of account information found.
at Azure.Storage.StorageConnectionString.<>c.<Parse>b__67_0(String err)System.FormatException: No valid combination of account information found.
Thanks.kdx-perbol
12/19/2024, 12:30 PM"ConnectionString": "DefaultEndpointsProtocol=https;AccountName=AcmeLTD;AccountKey=HereComesSomeNiceBase64==;EndpointSuffix=core.windows.net"
Craig100
12/19/2024, 12:34 PMkdx-perbol
12/19/2024, 12:36 PMasdfg
is verified by Azure to contain a valid signature and the access rights specified in the token are then applied. So the entire SAS URL is very secret (just like the connection string). (asdfg
in reality is a base64 jwt(?) with scopes etc.)A hub and casual space for you to interact with fellow community members and learn more about Umbraco!
Powered by