Skip to content

Commit d3b3cac

Browse files
iennaeamanda-tarafa
authored andcommitted
fix(run): add region tags to quickstart
1 parent f042e9a commit d3b3cac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

run/helloworld/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
// [START cloudrun_helloworld_service]
1516
var builder = WebApplication.CreateBuilder(args);
1617

1718
var port = Environment.GetEnvironmentVariable("PORT") ?? "8080";
@@ -23,3 +24,4 @@
2324
app.MapGet("/", () => $"Hello {target}!");
2425

2526
app.Run(url);
27+
// [END cloudrun_helloworld_service]

0 commit comments

Comments
 (0)