Skip to content
#

bicep

Here are 101 public repositories matching this topic...

alex-frankel
alex-frankel commented Feb 22, 2022

Context:


env() doesn't have it (as you've noticed) - we removed that endpoint from the ttk check for the reasons discussed here 😉 - we should probably remove it from the linter too…

From: John Downs <John.Downs@microsoft.com>
Sent: Tuesday, February 22, 2022 11:57 AM
To: Trevor Cooper-Chadwick <[Trevor.Cooper-Chadwick@microsoft.com](mailto:Trevor

eriqua
eriqua commented Feb 22, 2022

Description

Verify the optional vs required description for all parameters is correct, i.e. parameter description should start with "Optional" if a default value is provided, "Required" otherwise.

Can be performed per resource provider.

Could be automated leveraging regex.
If so, could also be added to the static validation, as a separate issue.

PSRule.Rules.Azure
ArmaanMcleod
ArmaanMcleod commented Dec 27, 2021

Rule request

Suggested rule change

Similar to Azure.Redis.MinTLS, we should include Microsoft.Cache/redisEnterprise type as well to check the minumumTlsVersion property: https://docs.microsoft.com/en-us/azure/templates/microsoft.cache/redisenterprise?tabs=bicep#clusterproperties.

I guess we need to decide if this should be a new rule or simply add this type to the existing rule

Gordonby
Gordonby commented Feb 8, 2022

Creation of a sample to include importing containers into an ACR as part of the deployment.

This would require

  • New managed identity
  • RBAC for the identity to be able to run ACR imports
  • Creation of an AZ CLI script to do the container image importing into ACR
  • Creation of a bicep resource DeploymentScript to run the AZ CLI script conditionally during deployment

Template to deploy a single Data Landing Zone of the Data Management & Analytics Scenario (former Enterprise-Scale Analytics). The Data Landing Zone is a logical construct and a unit of scale in the architecture that enables data retention and execution of data workloads for generating insights and value with data.

  • Updated Feb 2, 2022
  • Bicep

Template to deploy a Data Product for analytics and data science use-cases into a Data Landing Zone of the Data Management & Analytics Scenario (former Enterprise-Scale Analytics). The Data Product template can be used by cross-functional teams to create insights and products for external users.

  • Updated Feb 23, 2022
  • Bicep

Template to deploy a Data Product for data stream processing into a Data Landing Zone of the Data Management & Analytics Scenario (former Enterprise-Scale Analytics). The Data Product template can be used by cross-functional teams to ingest, provide and create new data assets within the platform.

  • Updated Feb 2, 2022
  • Bicep

Template to deploy a Data Product for Batch data processing into a Data Landing Zone of the Data Management & Analytics Scenario (former Enterprise-Scale Analytics). The Data Product template can be used by cross-functional teams to ingest, provide and create new data assets within the platform.

  • Updated Feb 11, 2022
  • Bicep

Improve this page

Add a description, image, and links to the bicep topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bicep topic, visit your repo's landing page and select "manage topics."

Learn more