Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sgs #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

sgs #24

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Managed-Oxygen/Create-SecurityGroups.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
New-AzureADGroup -DisplayName "sg-oxgn-data-engineer" -MailEnabled $false -SecurityEnabled $true -MailNickName "NotSet" -Description "A Data Engineer working on Oxygen is responsible for designing, building, and maintaining the scalable data systems that enable efficient, scalable and effective data processing, storage, quality, orchestration and analysis in the Oxygen Landing Zones."
New-AzureADGroup -DisplayName "sg-oxgn-data-analyst" -MailEnabled $false -SecurityEnabled $true -MailNickName "NotSet" -Description "A Data Analyst working on Oxygen leverages data to extract meaningful insights, identify trends, and support data-driven decision-making within an organization. They utilize various Oxygen services and tools to collect, process, analyze, and visualize data."
New-AzureADGroup -DisplayName "sg-oxgn-dba" -MailEnabled $false -SecurityEnabled $true -MailNickName "NotSet" -Description "A Database Administrator (DBA) on Oxygen is responsible for the management, performance, security, and availability of databases hosted on Oxygen. They work closely with data engineers, developers, and stakeholders on the Oxygen platform to ensure efficient and reliable database operations."
New-AzureADGroup -DisplayName "sg-oxgn-cloud-engineer" -MailEnabled $false -SecurityEnabled $true -MailNickName "NotSet" -Description "A Cloud Engineer working on Oxygen is responsible for designing, implementing, and managing the cloud infrastructure and services that support data-related workloads on Oxygen. They work closely with data engineers, data scientists, and other stakeholders to ensure that the cloud environment is scalable, secure, and optimized for performance and costs."
New-AzureADGroup -DisplayName "sg-oxgn-data-scientist" -MailEnabled $false -SecurityEnabled $true -MailNickName "NotSet" -Description "A Data Scientist working on Oxygen is responsible for extracting insights, developing predictive models, developing AI, create machine learning models, and creating data-driven solutions to solve complex business problems. They leverage Oxygens data analytics and machine learning services to perform exploratory data analysis, build models, and deploy solutions."
New-AzureADGroup -DisplayName "sg-oxgn-data-steward" -MailEnabled $false -SecurityEnabled $true -MailNickName "NotSet" -Description "A Data Steward on Oxygen is responsible for ensuring the quality, governance, and compliance of data assets within an organization. They work closely with data engineers, data scientists, and business stakeholders to define data standards, establish data management processes, data lineage, and maintain data integrity."