skip to Main Content

Redis – Failed to get existing workspaces: containers.Client#ListBlobs: Code="ContainerNotFound"

During a Git-Ops execution using terraform script, always getting bellow error. Initializing the backend... Initializing modules... - application in modules/app-service - application-insights in modules/application-insights - cosmosdb-mongodb in modules/cosmosdb-mongodb - key-vault in modules/key-vault - redis in modules/redis - storage-blob in modules/storage-blob…

VIEW QUESTION

Formatting golang time for Azure SDK

Consider the following golang today := time.Now().Format("2006-01-02T03:04:05.9999999Z") t, _ := time.Parse(time.RFC3339Nano, today) Why isn't that equivalent to the much simpler t := time.Now() ? I would like to confirm whether the above code is equivalent, as I believe it is,…

VIEW QUESTION
Back To Top
Search