You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deployed storage accounts should be zrs, not lrs (#1754)
* Deployed storage accounts should be zrs, not lrs
* Fix code that didnt make sense anymore
* Fixed structure logging
---------
Co-authored-by: Ceredron <roar.mjelde@digdir.no>
logger.LogError($"Could not find service owner entity for {attachment.ResourceId} in database");
123
+
logger.LogError("Could not find service owner entity for {resourceId} in database",attachment.ResourceId);
133
124
//return AttachmentErrors.ServiceOwnerNotFound; // Future PR will add service owner registry as requirement when we have ensured that existing service owners have been provisioned
0 commit comments