Unable to add Azure Table Storage #589
-
Hello, I created a file open Farmer
open Farmer.Builders
let storage = storageAccount {
name "btdevstracct"
add_table "mytable" // this causes a build error
}
let deployment = arm {
location Location.NorthEurope
add_resource storage
}
deployment
|> Writer.quickWrite "myFirstTemplate" My fsproj file is below:
Build the project Error as follows: Am I missing something about an arm config? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @githubacct54385 . This is only available in 1.5 which is still in beta. It's available on NuGet, but I suspect you've pulled down 1.4 which won't have it yet. |
Beta Was this translation helpful? Give feedback.
Hi @githubacct54385 . This is only available in 1.5 which is still in beta. It's available on NuGet, but I suspect you've pulled down 1.4 which won't have it yet.