Skip to content

Commit

Permalink
Addressed CR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dakanev-msft committed Oct 31, 2023
1 parent 77295c5 commit 6b284fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Abstractions/ExecutionContext/BaseExecutionContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ public class BaseExecutionContext : IExecutionContext
// Defined by Azure https://whatazurewebsiteenvironmentvariablesareavailable.azurewebsites.net/
internal const string RegionNameVariableName = "REGION_NAME";

// Set as an environment varialbe (e.g. through ARM template deployment)
internal const string RegionShortNameVariableName = "REGION_SHORT_NAME";

// We define them
internal const string RegionShortNameVariableName = "REGION_SHORT_NAME";
internal const string ClusterNameVariableName = "CLUSTER_NAME";
internal const string SliceNameVariableName = "SLICE_NAME";
internal const string AspNetCoreEnviromentVariableName = "ASPNETCORE_ENVIRONMENT";
Expand Down

0 comments on commit 6b284fd

Please sign in to comment.