Skip to content

Commit 134d09e

Browse files
Merge pull request #43 from super-harsh/improve/samples
Update ASOv2 samples and repo docs
2 parents 07c7f65 + fd61bc1 commit 134d09e

File tree

75 files changed

+98
-2584
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+98
-2584
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Contributing Guidelines
22

3-
The Azure Service Operator project accepts contributions via GitHub pull requests. This document outlines the process to help get your contribution accepted.
3+
The Azure Service Operator Samples project accepts contributions via GitHub pull requests. This document outlines the process to help get your contribution accepted.
44

5-
Please see also the [Azure Service Operator Developer Guide](docs/community/developer-guide.md).
5+
Please see also the [Azure Service Operator Contribution Guide](https://azure.github.io/azure-service-operator/contributing) for Azure Service Operator contributions.
66

77
## Contributor License Agreements
88

@@ -14,48 +14,17 @@ The [Microsoft CLA](https://cla.microsoft.com/) must be signed by all contributo
1414
***NOTE***: Only original source code from you and other people that have
1515
signed the CLA can be accepted into the repository.
1616

17-
## Support Channels
18-
19-
This is an open source project and as such no formal support is available. However, like all good open source projects we do offer "best effort" support through github issues.
20-
21-
GitHub issues can be filed here - https://github.com/Azure/azure-service-operator/issues
22-
23-
Before opening a new issue or submitting a new pull request, it's helpful to search the project - it's likely that another user has already reported the issue you're facing, or it's a known issue that we're already aware of.
24-
25-
## Issues
26-
27-
Issues are used as the primary method for tracking anything to do with the Azure Service Operator project.
28-
29-
### Issue Lifecycle
30-
31-
The issue lifecycle is mainly driven by the core maintainers, but is good information for those contributing to the project. All issue types follow the same general lifecycle. Differences are noted below.
32-
1. Issue creation
33-
2. Triage
34-
- The maintainer in charge of triaging will apply the proper labels for the issue. This includes labels for priority, type, and metadata. If additional
35-
labels are needed in the future, we will add them.
36-
- (If needed) Clean up the title to succinctly and clearly state the issue. Also ensure that proposals are prefaced with "Proposal".
37-
3. Discussion
38-
- "Feature" and "Bug" issues should be connected to the PR that resolves it.
39-
- Whoever is working on a "Feature" or "Bug" issue (whether a maintainer or someone from the community), should either assign the issue to themself or make a comment in the issue saying that they are taking it.
40-
- "Proposal" and "Question" issues should stay open until resolved or if they have not been active for more than 30 days. This will help keep the issue queue to a manageable size and reduce noise. Should the issue need to stay open, the `keep open` label can be added.
41-
4. Issue closure
4217

4318
## How to Contribute a Patch
4419

4520
1. If you haven't already done so, sign a Contributor License Agreement (see details above).
4621
2. Fork the desired repo, develop and test your code changes.
4722
3. Submit a pull request.
4823

49-
## Reporting Security Issues
50-
51-
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, including this one.
52-
53-
If you believe you have found a security vulnerability in this repository that meets Microsoft's [Microsoft's definition of a security vulnerability](https://docs.microsoft.com/en-us/previous-versions/tn-archive/cc751383(v=technet.10)), please report it to us as described below.
54-
55-
**Please do not report security vulnerabilities through public GitHub issues.**
24+
## Support Channels
5625

57-
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://msrc.microsoft.com/create-report).
26+
This is an open source project and as such no formal support is available. However, like all good open source projects we do offer "best effort" support through github issues.
5827

59-
We prefer all communications to be in English.
28+
GitHub issues can be filed here - https://github.com/Azure/azure-service-operator/issues
6029

61-
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://www.microsoft.com/en-us/msrc/cvd).
30+
Before opening a new issue or submitting a new pull request, it's helpful to search the project - it's likely that another user has already reported the issue you're facing, or it's a known issue that we're already aware of.

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Azure Service Operator Samples
22

3-
This project contains example uses of the Azure Service Operator. These examples show how to deploy Azure services alongside your Kubernetes deployments.
3+
This project contains example uses of the Azure Service Operator. These examples show how to deploy Azure services alongside your Kubernetes deployments.
4+
For more information on ASO, refer to our [official documentation website](https://azure.github.io/azure-service-operator/).
45

56
## Examples
67

7-
The example deployments currently contained in this repository:
8-
9-
* [azure-votes-sql](./azure-votes-sql) - example Go web app using Azure SQL Server
10-
* [wordpress-demo](./wordpress-demo) - example deploying Wordpress with Azure Databases for MySQL
11-
128
### ASO v2
139
Examples using the v2 operator with code-generated resources for full coverage.
1410
* [azure-votes-postgresql](./azure-votes-postgresql) - Go voting web app using PostgreSQL server
@@ -33,7 +29,7 @@ Go to the directory containing the example you would like to try. Follow the rea
3329

3430
## Contributing
3531

36-
The [contribution guide][contribution-guide] covers everything you need to know about how you can contribute to Azure Service Operators. The [developer guide][developer-guide] will help you onboard as a developer.
32+
The [contribution guide][contribution-guide] covers everything you need to know about how you can contribute to Azure Service Operator Samples.
3733

3834
## Support
3935

azure-votes-cosmosdb/README.md

Lines changed: 0 additions & 171 deletions
This file was deleted.

azure-votes-cosmosdb/api/.dockerignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

azure-votes-cosmosdb/api/Dockerfile

Lines changed: 0 additions & 17 deletions
This file was deleted.

azure-votes-cosmosdb/api/build_and_push.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)