Skip to content

Commit

Permalink
Default experience lab to ADME developer sku (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miller-Kyle authored Jun 29, 2023
1 parent 26f6ed9 commit f3a570e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Experience Lab is an automated, end-to-end deployment accelerator for Microsoft Azure Data Manager for Energy that provides easy, fast deployments with sample dataset(s) for learning, testing, demo and training purposes for customers and partners.

Experience Lab makes it easy to create an instance of Azure Data Manager for Energy. It includes a simple web UI to perform basic management tasks like the creation of users and legal tags, and performing data load of standard, sample data sets. It also includes integration with Power BI Desktop to perform data validation and visualization of loaded data.
Experience Lab makes it easy to create a Developer Tier instance of Azure Data Manager for Energy. It includes a simple web UI to perform basic management tasks like the creation of users and legal tags, and performing data load of standard, sample data sets. It also includes integration with Power BI Desktop to perform data validation and visualization of loaded data.

It therefore allows even the audience that is not deeply technical to be able to create fully configured, data-loaded instances of Azure Data Manager for Energy quickly, with ease.

Expand Down
3 changes: 2 additions & 1 deletion control-plane/experiencelab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ function CreateDataPlatform() {
Verify $3 'CreateDataPlatform-ERROR: Argument (CLIENT_ID) not received'
Verify $4 'CreateDataPlatform-ERROR: Argument (RESOURCE_GROUP) not received'
Verify $5 'CreateDataPlatform-ERROR: Argument (LOCATION) not received'
local _version="2022-07-21-preview"
local _version="2023-02-21-preview"

local _platform=$(az resource show \
--name $1 \
Expand All @@ -557,6 +557,7 @@ function CreateDataPlatform() {
\"authAppId\": \"${3}\", \
\"dataPartitionNames\": [{ \"name\": \"${2}\" }], \
\"publicNetworkAccess\": \"Enabled\", \
\"sku\": {\"name\":\"Developer\"}, \
\"encryption\": null \
} \
}")
Expand Down

0 comments on commit f3a570e

Please sign in to comment.